Skip to content

Commit 8b2b104

Browse files
authored
Update README.md
1 parent 02af0cf commit 8b2b104

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
[pandas_profiling](https://github.com/pandas-profiling/pandas-profiling) - Descriptive statistics using `ProfileReport`.
1212
[sklearn_pandas](https://github.com/scikit-learn-contrib/sklearn-pandas) - Helpful `DataFrameMapper` class.
1313
[missingno](https://github.com/ResidentMario/missingno) - Missing data visualization.
14+
[rainbow-csv](https://marketplace.visualstudio.com/items?itemName=mechatroner.rainbow-csv) - Plugin to display .csv files with nice colors.
1415

1516
#### Environment and Jupyter
1617
[General tricks](https://www.dataquest.io/blog/jupyter-notebook-tips-tricks-shortcuts/), [Clean Coding (video)](https://www.youtube.com/watch?v=yXGCKqo5cEY)
@@ -25,7 +26,9 @@ Python debugger (pdb) - [blog post](https://www.blog.pythonlibrary.org/2018/10/1
2526
[pivottablejs](https://github.com/nicolaskruchten/jupyter_pivottablejs) - Drag n drop Pivot Tables and Charts for jupyter notebooks.
2627
[itables](https://github.com/mwouts/itables) - Interactive tables in Jupyter.
2728

28-
#### Pandas Additions
29+
#### Pandas Alternatives and Additions
30+
[modin](https://github.com/modin-project/modin) - Parallelization library for faster pandas `DataFrame`.
31+
[vaex](https://github.com/vaexio/vaex) - Out-of-Core DataFrames.
2932
[xarray](https://github.com/pydata/xarray/) - Extends pandas to n-dimensional arrays.
3033
[swifter](https://github.com/jmcarpenter2/swifter) - Apply any function to a pandas dataframe faster.
3134
[pandas_flavor](https://github.com/Zsailer/pandas_flavor) - Write custom accessors like `.str` and `.dt`.
@@ -49,7 +52,6 @@ Python debugger (pdb) - [blog post](https://www.blog.pythonlibrary.org/2018/10/1
4952
[dask](https://github.com/dask/dask), [dask-ml](http://ml.dask.org/) - Pandas `DataFrame` for big data and machine learning library, [resources](https://matthewrocklin.com/blog//work/2018/07/17/dask-dev), [talk1](https://www.youtube.com/watch?v=ccfsbuqsjgI), [talk2](https://www.youtube.com/watch?v=RA_2qdipVng), [notebooks](https://github.com/dask/dask-ec2/tree/master/notebooks), [videos](https://www.youtube.com/user/mdrocklin).
5053
[dask-gateway](https://github.com/jcrist/dask-gateway) - Managing dask clusters.
5154
[turicreate](https://github.com/apple/turicreate) - Helpful `SFrame` class for out-of-memory dataframes.
52-
[modin](https://github.com/modin-project/modin) - Parallelization library for faster pandas `DataFrame`.
5355
[h2o](https://github.com/h2oai/h2o-3) - Helpful `H2OFrame` class for out-of-memory dataframes.
5456
[datatable](https://github.com/h2oai/datatable) - Data Table for big data support.
5557
[cuDF](https://github.com/rapidsai/cudf) - GPU DataFrame Library.
@@ -58,7 +60,6 @@ Python debugger (pdb) - [blog post](https://www.blog.pythonlibrary.org/2018/10/1
5860
[bottleneck](https://github.com/kwgoodman/bottleneck) - Fast NumPy array functions written in C.
5961
[bolz](https://github.com/Blosc/bcolz) - A columnar data container that can be compressed.
6062
[cupy](https://github.com/cupy/cupy) - NumPy-like API accelerated with CUDA.
61-
[vaex](https://github.com/vaexio/vaex) - Out-of-Core DataFrames.
6263
[petastorm](https://github.com/uber/petastorm) - Data access library for parquet files by Uber.
6364
[zappy](https://github.com/lasersonlab/zappy) - Distributed numpy arrays.
6465

0 commit comments

Comments
 (0)