A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/pandas-dev/pandas/issues/11555 below:

pd.read_csv doc-string clarification · Issue #11555 · pandas-dev/pandas · GitHub

need to update the docs for read_csv to match the doc-string. Let's make sure they have the same text / examples as much as possible (and are in the same order and such).

In particular, the header option doesn't have header='infer' which is the default in the docs, but it exists in the doc-string.

Further, should show what this does:

       if kwds.get('header', 'infer') == 'infer':
            kwds['header'] = 0 if kwds.get('names') is None else None

meaning if the the header kw is not specified, this it is set to the first line if no names are specified, else None.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4