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

CLN: Drop the as_recarray parameter in read_csv #18804

Merged
merged 5 commits into from
Dec 18, 2017

Commits on Dec 15, 2017

  1. CLN: Drop the as_recarray parameter in read_csv

    Deprecated back in 0.19.0
    
    xref pandas-devgh-13373.
    gfyoung committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    5e75f44 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2017

  1. Configuration menu
    Copy the full SHA
    2a36dad View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2017

  1. MAINT: Remove _fill_structured_column

    Was only used for creating the recarray object.
    gfyoung authored Dec 17, 2017
    Configuration menu
    Copy the full SHA
    069bf60 View commit details
    Browse the repository at this point in the history
  2. Remove sarr_from_data declaration in parsers.pyx

    The function was only used in creating a recarray.
    gfyoung authored Dec 17, 2017
    Configuration menu
    Copy the full SHA
    fb8b3e1 View commit details
    Browse the repository at this point in the history
  3. Remove sarr_from_data in numpy_helper.h

    The function was only used in creating a recarray.
    gfyoung authored Dec 17, 2017
    Configuration menu
    Copy the full SHA
    24d4fe5 View commit details
    Browse the repository at this point in the history