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

DOC/TST: Update the parquet (pyarrow >= 0.15) docs and tests regarding Categorical support #28018

Merged
merged 17 commits into from
Oct 4, 2019

Commits on Aug 19, 2019

  1. Configuration menu
    Copy the full SHA
    61888b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0028293 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdd2e3f View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. Configuration menu
    Copy the full SHA
    ab9b082 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfc53ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aebfae7 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2019

  1. Merge branch 'master' into parquet-categorical

    * master: (40 commits)
      DOC: Fix GL01 and GL02 errors in the docstrings (pandas-dev#27988)
      Remove Encoding of values in char** For Labels (pandas-dev#27618)
      TYPING: more type hints for io.formats.printing (pandas-dev#27765)
      TST: fix compression tests when run without virtualenv/condaenv (pandas-dev#28051)
      DOC: Start 0.25.2 (pandas-dev#28111)
      DOC: Fix docstrings lack of punctuation (pandas-dev#28031)
      DOC: Remove alias for numpy.random.randn from the docs (pandas-dev#28082)
      DOC: update GroupBy.head()/tail() documentation (pandas-dev#27844)
      BUG: timedelta merge asof with tolerance (pandas-dev#27650)
      BUG: Series.rename raises error on values accepted by Series construc… (pandas-dev#27814)
      Preserve index when setting new column on empty dataframe. (pandas-dev#26471)
      BUG: Fixed groupby quantile for listlike q (pandas-dev#27827)
      BUG: iter with readonly values, closes pandas-dev#28055 (pandas-dev#28074)
      TST: non-strict xfail for period test (pandas-dev#28072)
      DOC: Update whatsnew (pandas-dev#28073)
      CI: disable codecov (pandas-dev#28065)
      CI: Set SHA for codecov upload (pandas-dev#28067)
      BUG: Correct the previous bug fixing on xlim for plotting (pandas-dev#28059)
      CI: Add pip dependence explicitly (pandas-dev#28008)
      DOC: Change document code prun in a row (pandas-dev#28029)
      ...
    galuhsahid committed Aug 25, 2019
    Configuration menu
    Copy the full SHA
    1e3df80 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    791f164 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c6b09d View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

  1. Configuration menu
    Copy the full SHA
    1b0a444 View commit details
    Browse the repository at this point in the history
  2. TST: Replace from_codes

    galuhsahid committed Aug 27, 2019
    Configuration menu
    Copy the full SHA
    bf32a80 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    159b270 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. Configuration menu
    Copy the full SHA
    4211071 View commit details
    Browse the repository at this point in the history
  2. DOC: Remove whitespace

    galuhsahid committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    a7c414d View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

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

Commits on Oct 4, 2019

  1. Merge branch 'master' into parquet-categorical

    * master: (22 commits)
      DOC: fix PR09,PR08 errors for pandas.Timestamp (pandas-dev#28739)
      WEB: Add diversity note to team.md (pandas-dev#28630)
      DOC: Minor fixes in pandas/testing.py docstring. (pandas-dev#28752)
      TST: port maybe_promote tests from pandas-dev#23982 (pandas-dev#28764)
      Bugfix/groupby datetime issue (pandas-dev#28569)
      reenable codecov (pandas-dev#28750)
      CLN: Centralised _check_percentile (pandas-dev#27584)
      DEPR: Deprecate Index.set_value (pandas-dev#28621)
      CLN: Fix typo in contributing.rst (pandas-dev#28761)
      Fixed docstring errors in pandas.period range and pandas.PeriodIndex (pandas-dev#28756)
      BUG: Fix TypeError raised in libreduction (pandas-dev#28643)
      DOC: Pandas.Series.drop docstring PR02 (pandas-dev#27976) (pandas-dev#28742)
      DOC: Fixed doctring errors PR08, PR09 in pandas.io (pandas-dev#28748)
      TST: Fix broken test cases where Timedelta/Timestamp raise (pandas-dev#28729)
      REF: Consolidate alignment calls in DataFrame ops (pandas-dev#28638)
      BUG: Fix dep generation (pandas-dev#28734)
      Added doctstring to fixture (pandas-dev#28727)
      DOC: Fixed PR06 docstrings errors in pandas.timedelta_range (pandas-dev#28719)
      replaced safe_import with a corresponding test decorator (pandas-dev#28731)
      BUG: Fix RangeIndex.get_indexer for decreasing RangeIndex (pandas-dev#28680)
      ...
    galuhsahid committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    c02059d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd08e16 View commit details
    Browse the repository at this point in the history