@@ -29,7 +29,7 @@ modeling functionality that is out of pandas' scope. Statsmodels
2929leverages pandas objects as the underlying data container for
3030computation.
3131
32- ### [ sklearn-pandas] ( https://github.com/paulgb /sklearn-pandas )
32+ ### [ sklearn-pandas] ( https://github.com/scikit-learn-contrib /sklearn-pandas )
3333
3434Use pandas DataFrames in your [ scikit-learn] ( https://scikit-learn.org/ )
3535ML pipeline.
@@ -60,7 +60,7 @@ top of the powerful Vega-Lite JSON specification. This elegant
6060simplicity produces beautiful and effective visualizations with a
6161minimal amount of code. Altair works with Pandas DataFrames.
6262
63- ### [ Bokeh] ( https://bokeh.pydata .org )
63+ ### [ Bokeh] ( https://docs.bokeh .org )
6464
6565Bokeh is a Python interactive visualization library for large datasets
6666that natively uses the latest web technologies. Its goal is to provide
@@ -172,7 +172,7 @@ inspection and rich visualization capabilities of a scientific
172172environment like MATLAB or Rstudio.
173173
174174Its [ Variable
175- Explorer] ( https://docs.spyder-ide.org/variableexplorer.html ) allows
175+ Explorer] ( https://docs.spyder-ide.org/current/panes/ variableexplorer.html ) allows
176176users to view, manipulate and edit pandas ` Index ` , ` Series ` , and
177177` DataFrame ` objects like a "spreadsheet", including copying and
178178modifying values, sorting, displaying a "heatmap", converting data
@@ -183,9 +183,9 @@ of plain text and binary files or the clipboard into a new pandas
183183DataFrame via a sophisticated import wizard.
184184
185185Most pandas classes, methods and data attributes can be autocompleted in
186- Spyder's [ Editor] ( https://docs.spyder-ide.org/editor.html ) and [ IPython
187- Console] ( https://docs.spyder-ide.org/ipythonconsole.html ) , and Spyder's
188- [ Help pane] ( https://docs.spyder-ide.org/help.html ) can retrieve and
186+ Spyder's [ Editor] ( https://docs.spyder-ide.org/current/panes/ editor.html ) and [ IPython
187+ Console] ( https://docs.spyder-ide.org/current/panes/ ipythonconsole.html ) , and Spyder's
188+ [ Help pane] ( https://docs.spyder-ide.org/current/panes/ help.html ) can retrieve and
189189render Numpydoc documentation on pandas objects in rich text with Sphinx
190190both automatically and on-demand.
191191
@@ -233,7 +233,7 @@ package requires valid credentials for this API (non free).
233233### [ pandaSDMX] ( https://pandasdmx.readthedocs.io )
234234
235235pandaSDMX is a library to retrieve and acquire statistical data and
236- metadata disseminated in [ SDMX] ( https://www. sdmx.org ) 2.1, an
236+ metadata disseminated in [ SDMX] ( https://sdmx.org ) 2.1, an
237237ISO-standard widely used by institutions such as statistics offices,
238238central banks, and international organisations. pandaSDMX can expose
239239datasets and related structural metadata including data flows,
@@ -254,7 +254,7 @@ you can obtain for free on the FRED website.
254254
255255## Domain specific
256256
257- ### [ Geopandas] ( https://github.com/kjordahl /geopandas )
257+ ### [ Geopandas] ( https://github.com/geopandas /geopandas )
258258
259259Geopandas extends pandas data objects to include geographic information
260260which support geometric operations. If your work entails maps and
@@ -277,13 +277,13 @@ Blaze provides a standard API for doing computations with various
277277in-memory and on-disk backends: NumPy, Pandas, SQLAlchemy, MongoDB,
278278PyTables, PySpark.
279279
280- ### [ Dask] ( https://dask.readthedocs.io/en/latest/ )
280+ ### [ Dask] ( https://docs. dask.org )
281281
282282Dask is a flexible parallel computing library for analytics. Dask
283283provides a familiar ` DataFrame ` interface for out-of-core, parallel and
284284distributed computing.
285285
286- ### [ Dask-ML] ( https://dask- ml.readthedocs.io/en/latest/ )
286+ ### [ Dask-ML] ( https://ml.dask.org )
287287
288288Dask-ML enables parallel and distributed machine learning using Dask
289289alongside existing machine learning libraries like Scikit-Learn,
@@ -303,7 +303,7 @@ packages such as PyTables, h5py, and pymongo to move data between non
303303pandas formats. Its graph based approach is also extensible by end users
304304for custom formats that may be too specific for the core of odo.
305305
306- ### [ Ray] ( https://ray.readthedocs. io/en/latest/pandas_on_ray .html )
306+ ### [ Ray] ( https://docs. ray.io/en/latest/data/modin/index .html )
307307
308308Pandas on Ray is an early stage DataFrame library that wraps Pandas and
309309transparently distributes the data and computation. The user does not
@@ -320,14 +320,14 @@ Ray just like you would Pandas.
320320import ray.dataframe as pd
321321```
322322
323- ### [ Vaex] ( https://docs. vaex.io/ )
323+ ### [ Vaex] ( https://vaex.io/docs / )
324324
325325Increasingly, packages are being built on top of pandas to address
326326specific needs in data preparation, analysis and visualization. Vaex is
327327a python library for Out-of-Core DataFrames (similar to Pandas), to
328328visualize and explore big tabular datasets. It can calculate statistics
329329such as mean, sum, count, standard deviation etc, on an N-dimensional
330- grid up to a billion (10^9^ ) objects/rows per second. Visualization is
330+ grid up to a billion (10^9) objects/rows per second. Visualization is
331331done using histograms, density plots and 3d volume rendering, allowing
332332interactive exploration of big data. Vaex uses memory mapping, zero
333333memory copy policy and lazy computations for best performance (no memory
@@ -338,7 +338,7 @@ wasted).
338338
339339## Data cleaning and validation
340340
341- ### [ pyjanitor] ( https://github.com/ericmjl/ pyjanitor/ )
341+ ### [ pyjanitor] ( https://github.com/pyjanitor-devs/pyjanitor )
342342
343343Pyjanitor provides a clean API for cleaning data, using method chaining.
344344
@@ -388,6 +388,7 @@ authors to coordinate on the namespace.
388388 | [ pint-pandas] ( https://github.com/hgrecco/pint-pandas ) | ` pint ` | ` Series ` , ` DataFrame ` |
389389 | [ composeml] ( https://github.com/alteryx/compose ) | ` slice ` | ` DataFrame ` |
390390 | [ woodwork] ( https://github.com/alteryx/woodwork ) | ` slice ` | ` Series ` , ` DataFrame ` |
391+
391392## Development tools
392393
393394### [ pandas-stubs] ( https://github.com/VirtusLab/pandas-stubs )
0 commit comments