Skip to content

Commit

Permalink
DOC: redirect from_csv search (#28075)
Browse files Browse the repository at this point in the history
A web search for "DataFrame from CSV" leads to
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.from_csv.html
which is currently a 404, since DataFrame.from_csv was removed. Redirect
it to read_csv.

Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com>
  • Loading branch information
TomAugspurger and jorisvandenbossche committed Sep 28, 2019
1 parent 0e97074 commit c4489cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/redirects.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1577,3 +1577,6 @@ generated/pandas.unique,../reference/api/pandas.unique
generated/pandas.util.hash_array,../reference/api/pandas.util.hash_array
generated/pandas.util.hash_pandas_object,../reference/api/pandas.util.hash_pandas_object
generated/pandas.wide_to_long,../reference/api/pandas.wide_to_long

# Cached searches
reference/api/pandas.DataFrame.from_csv,pandas.read_csv

0 comments on commit c4489cb

Please sign in to comment.