wearepal / data-science-types

Mypy stubs, i.e., type information, for numpy, pandas and matplotlib
Apache License 2.0
202 stars 51 forks source link

Pandas `DataFrame.concat` missing some arguments #214

Open kevinhu opened 3 years ago

kevinhu commented 3 years ago

The concat method for joining multiple DataFrames appears to be missing several arguments, such as join, keys, levels, and more.

https://github.com/predictive-analytics-lab/data-science-types/blob/faebf595b16772d3aa70d56ea179a2eaffdbd565/pandas-stubs/__init__.pyi#L37-L42

Compare to the Pandas docs: https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.concat.html