Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEPR: pd.read_table #21954

Merged
merged 2 commits into from
Aug 2, 2018
Merged

Commits on Aug 2, 2018

  1. DEPR: pd.read_table

    - pd.read_table is deprecated and replaced by pd.read_csv.
    
    - add whatsnew note
    
    - change tests to test for warning messages
    
    - change DataFrame.from_csv to use pandas.read_csv instead of
      pandas.read_table
    
    - Change pandas.read_clipboard to use pandas.read_csv instead
      of pandas.read_table
    dahlbaek committed Aug 2, 2018
    Configuration menu
    Copy the full SHA
    f417c92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9002460 View commit details
    Browse the repository at this point in the history