You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge branch 'master' of github.com:pandas-dev/pandas
* 'master' of github.com:pandas-dev/pandas: (188 commits)
Separate out _convert_datetime_to_tsobject (pandas-dev#17715)
DOC: remove whatsnew note for xref pandas-dev#17131
BUG: Regression in .loc accepting a boolean Index as an indexer (pandas-dev#17738)
DEPR: Deprecate cdate_range and merge into bdate_range (pandas-dev#17691)
CLN: replace %s syntax with .format in pandas.core: categorical, common, config, config_init (pandas-dev#17735)
Fixed the memory usage explanation of categorical in gotchas from O(nm) to O(n+m) (pandas-dev#17736)
TST: add backward compat for offset testing for pickles (pandas-dev#17733)
remove unused time conversion funcs (pandas-dev#17711)
DEPR: Deprecate convert parameter in take (pandas-dev#17352)
BUG:Time Grouper bug fix when applied for list groupers (pandas-dev#17587)
BUG: Fix some PeriodIndex resampling issues (pandas-dev#16153)
BUG: Fix unexpected sort in groupby (pandas-dev#17621)
DOC: Fixed typo in documentation for 'pandas.DataFrame.replace' (pandas-dev#17731)
BUG: Fix series rename called with str altering name rather index (GH17407) (pandas-dev#17654)
DOC: Add examples for MultiIndex.get_locs + cleanups (pandas-dev#17675)
Doc improvements for IntervalIndex and Interval (pandas-dev#17714)
BUG: DataFrame sort_values and multiple "by" columns fails to order NaT correctly
Last of the timezones funcs (pandas-dev#17669)
Add missing file to _pyxfiles, delete commented-out (pandas-dev#17712)
update imports of DateParseError, remove unused imports from tslib (pandas-dev#17713)
...
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE.md
+6
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,12 @@
12
12
13
13
**Note**: Many problems can be resolved by simply upgrading `pandas` to the latest version. Before submitting, please check if that solution works for you. If possible, you may want to check if `master` addresses this issue, but that is not necessary.
14
14
15
+
For documentation-related issues, you can check the latest versions of the docs on `master` here:
16
+
17
+
https://pandas-docs.github.io/pandas-docs-travis/
18
+
19
+
If the issue has not been resolved there, go ahead and file it in the issue tracker.
0 commit comments