data-analysis
Here are 1,399 public repositories matching this topic...
Screenshot
N/A
Description
Right now whenever users search for queries they are case sensitive. We should remove this to allow users to put in term with any cases
Design input
[describe any input/collaboration you'd like from designers, and
tag accordingly. For design review, add the
label design:review. If this includes a design proposal,
include the label `design:suggest
create a mi
In [13]: mi = pd.MultiIndex.from_product([[1,2,3], list('abc'), pd.date_range('20200101', periods=2, tz='UTC')], names=['int', 'string', 'dt'])
You can already get .dtypes, but is slightly cumbersome. I would propose adding Multidex.dtypes (we already have MultiIndex.dtype but its always object). I think this is worth the convenience api.
-
Updated
Oct 1, 2020 - Python
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
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
Oct 24, 2020 - Python
-
Updated
Jul 11, 2020 - Python
I'm using latest pyod version on pypi. How to generate simulated data where x-axis is time? Thank you.
-
Updated
Oct 1, 2020 - Python
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 6, 2020 - Python
-
Updated
Oct 20, 2020 - Python
-
Updated
Nov 4, 2020 - Python
-
Updated
Feb 17, 2020 - Python
Have a tutorial for dealing with categorical features in a machine learning problem, including the usage of tools inside fklearn.training.transformation.
-
Updated
Nov 5, 2020 - Python
-
Updated
Nov 2, 2020 - Python
-
Updated
Mar 11, 2019 - Python
-
Updated
Nov 5, 2020 - Python
-
Updated
Nov 2, 2020 - Python
-
Updated
Feb 15, 2020 - Python
-
Updated
Oct 22, 2020 - Python
The iris.cube.Cube methods remove_ancillary_variable, ancillary_variable_dims and cell_measure_dims do not currently accept a name (string) as a valid argument. See #3295 for a simmilar case where this was already adressed for remove_cell_measure.
-
Updated
Dec 4, 2018 - Python
-
Updated
Mar 4, 2020 - Python
-
Updated
Aug 24, 2019 - Python
-
Updated
Aug 23, 2020 - Python
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