data-analysis
Here are 7,307 public repositories matching this topic...
Hello,
I want to show euros values on dashboard. But only the $ format are enable. When i changed the $ symbol to € i obtained an error.
How can I show euros value in a chart ?
I want something like "y_axis_format": "$,.2f" ==> to "y_axis_format": ",.2f€"
Regards,
Zied Sellami
Is your feature request related to a problem?
I wish to construct pandas.DataFrame from iterable of dataclasses.dataclass as from iterable of tuples DataFrame.from_records. The rationale behind is that data classes is more typed object than general tuple or dictionary. Also, data classes more memory efficient than tuple's. It makes data classes attractive to use them instead of `di
-
Updated
Nov 3, 2020 - Clojure
-
Updated
Nov 3, 2020 - C
Is your feature request related to a problem? Please describe.
When working with a big piece of text, I sometimes scroll down and copy some text into another tab. When switching back to the first tab, both the input and the output pane is back on top. So I don't know where I was working just now.
Describe the solution you'd like
After tab switching, scroll position should be remembere
We are missing a <label> tag properly associated with radio buttons in the reconciliation dialog. We should check that all labels are correctly marked as such on this dialog.
To Reproduce
Steps to reproduce the behavior:
- First, click "Reconcile" -> "Start reconciling" and choose a service
- Then, click on the text "Reconcile against no particular type" (not the radio button, the te
-
Updated
Oct 1, 2020 - Python
-
Updated
Oct 27, 2020 - Jupyter Notebook
Collection of follow-ups to #5827. These can/should be broken out into individual PRs. Many are relatively straightforward and would make a good first PR.
General
- Documentation (none was added in original PR).
- Release notes.
- Example notebook.
- Double-check how
sm.tsa.arima.ARIMAworks withfix_params(it should fail except when the fit method isstatespace
-
Updated
Oct 28, 2020 - Jupyter Notebook
-
Updated
Oct 15, 2020 - Jupyter Notebook
Improve examples such that they are more incremental (in the import etc) without following strictly PEP8. It will make it nicer to read on the gallery generated online.
-
Updated
Nov 3, 2020 - Java
-
Updated
Nov 3, 2020 - Go
-
Updated
Oct 24, 2020 - Python
-
Updated
Jul 11, 2020 - Python
-
Updated
Oct 30, 2020 - R
-
Updated
May 8, 2018 - Jupyter Notebook
-
Updated
Nov 3, 2020 - Go
I'm using latest pyod version on pypi. How to generate simulated data where x-axis is time? Thank you.
-
Updated
Nov 3, 2020 - JavaScript
-
Updated
Jul 6, 2020 - C++
-
Updated
Oct 1, 2020 - Python
-
Updated
Feb 6, 2020
https://igel.readthedocs.io/en/latest/_sources/readme.rst.txt includes a link to the assets/igel-help.gif, but that path is broken on readthedocs.
readme.rst is included as ../readme.rst in the sphinx build.
The gifs are in asses/igel-help.gif
The sphinx build needs to point to the asset directory, absolutely:
.. image:: /assets/igel-help.gif
I haven't made a patch, because I haven't
-
Updated
Nov 3, 2020 - Python
-
Updated
Oct 26, 2020
Improve this page
Add a description, image, and links to the data-analysis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data-analysis topic, visit your repo's landing page and select "manage topics."



Describe the workflow you want to enable
A parameter accepting custom bin edges as an array.
Describe your proposed solution
Use pd.cut() under the hood or any other computa