Skip to content

precursor to Split out test_pytables.py to sub-module of tests #28715

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

Merged
merged 31 commits into from
Oct 1, 2019
Merged
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
41979a5
fixing parameter discrepency in pandas.DataFrame.plot.scatter
tolaa001 Sep 22, 2019
a2bd9a1
updated **kwds to **kwargs
tolaa001 Sep 22, 2019
8136c0e
updating **kwargs optional to **kwargs
tolaa001 Sep 23, 2019
78419d0
updating the other **kwds to **kwargs to keep things consistent in th…
tolaa001 Sep 23, 2019
60151af
removed " before **kwargs'
tolaa001 Sep 24, 2019
6ca5b7a
splitting comment in test_sort over multiple lines as it is causing t…
tolaa001 Sep 24, 2019
16ce276
resolving conflict
tolaa001 Sep 25, 2019
b5692e0
changing pandas.dataframe methods from boolean to bool
tolaa001 Sep 26, 2019
d20973e
changing pandas.dataframe methods from boolean to bool
tolaa001 Sep 26, 2019
32f06b9
Revert "changing pandas.dataframe methods from boolean to bool"
tolaa001 Sep 26, 2019
4042455
changing pandas.dataframe methods from string to str
tolaa001 Sep 26, 2019
46d9d31
changing pandas.dataframe.insert from string to str
tolaa001 Sep 26, 2019
400430e
changing pandas.groupby methods from boolean to bool
tolaa001 Sep 26, 2019
0ebb04b
changing pandas.groupby methods from integer to int
tolaa001 Sep 26, 2019
5dcceb2
changing pandas.groupby methods from string to str
tolaa001 Sep 26, 2019
69a91a4
changing pandas.grouper docstring from boolean to bool and string to str
tolaa001 Sep 26, 2019
3aa3057
changing pandas.datetimeindex methods docstring from boolean to bool
tolaa001 Sep 26, 2019
6c49a81
changing pandas.read_sas docstring from string to str
tolaa001 Sep 26, 2019
b0c09b4
fixing parameter type inconsistencies for pandas.bdate_range
tolaa001 Sep 26, 2019
ff13a69
fixing parameter type inconsistencies for pandas.to_datetim
tolaa001 Sep 26, 2019
4ef0b64
fixing parameter type inconsistencies for pandas.date_range
tolaa001 Sep 26, 2019
42f2734
changing pandas.index methods docstring from string to str
tolaa001 Sep 26, 2019
d57f667
changing pandas.index methods docstring from boolean to bool
tolaa001 Sep 26, 2019
0bb2b54
changing pandas.resampler methods docstring from integer to int
tolaa001 Sep 26, 2019
7391c55
merging new pandas changes
tolaa001 Oct 1, 2019
0523b7a
replaced self.path with setup_path fixture
tolaa001 Oct 1, 2019
319bbd7
created fixtures for base class methods
tolaa001 Oct 1, 2019
3c7f7fd
updated self.path to setup_path and made self.path in individual func…
tolaa001 Oct 1, 2019
3beed93
Merge https://github.com/pandas-dev/pandas into test_contribution
tolaa001 Oct 1, 2019
10ce368
ran black for formatting
tolaa001 Oct 1, 2019
2997083
Merge remote-tracking branch 'upstream/master' into test_contribution
tolaa001 Oct 1, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading