Skip to content

Pull requests: pandas-dev/pandas

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

CLN: remove need for tz_localize, tz_convert in Series, use the generic Datetime Datetime data dtype Internals Related to non-user accessible pandas implementation Timezones Timezone data dtype
#6377 by jreback was merged Feb 17, 2014 Loading… 0.14.0
BUG: inconcistency in contained values of a Series created from a DatetimeIndex with a tz Bug Dtype Conversions Unexpected or buggy dtype conversions Timezones Timezone data dtype
#6419 by jreback was merged Feb 20, 2014 Loading… 0.14.0
BUG: Bug in resample with a timezone and certain offsets (GH6397) Bug Resample resample method Timezones Timezone data dtype
#6477 by jreback was merged Feb 25, 2014 Loading… 0.14.0
BUG: Bug in setting a tz-aware index directly via .index (GH6785) Bug Indexing Related to indexing on series/frames, not to indexes themselves Timezones Timezone data dtype
#6786 by jreback was merged Apr 3, 2014 Loading… 0.14.0
BUG: Arithmetic, timezone and offsets operations affecting to NaT Bug Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Timedelta Timedelta data type Timezones Timezone data dtype
#6873 by sinhrks was merged Apr 13, 2014 Loading… 0.14.0
ENH: Support dateutil timezones. GH4688. Enhancement Frequency DateOffsets Timezones Timezone data dtype
#6968 by dbew was merged Jun 4, 2014 Loading… 0.14.1
Remove tzinfo from datetime before writing cell with xlsxwriter Bug IO Excel read_excel, to_excel Timezones Timezone data dtype
#7060 by sboehler was closed Aug 22, 2014 Loading…
BUG: GroupBy doesn't preserve timezone Bug Groupby Timezones Timezone data dtype
#7099 by sinhrks was merged May 13, 2014 Loading… 0.14.0
BUG: tzinfo lost when concatenating multiindex arrays Bug MultiIndex Reshaping Concat, Merge/Join, Stack/Unstack, Explode Timezones Timezone data dtype
#7112 by sinhrks was merged Jun 4, 2014 Loading… 0.14.1
COMPAT/BUG: compat with pytz 2014.3, exposing several test that don't localize (GH7137) Bug Compat pandas objects compatability with Numpy or Python functions Timezones Timezone data dtype
#7144 by jreback was merged May 16, 2014 Loading… 0.14.0
COMPAT: tests compat with current timezones (pytz) (GH7339) Compat pandas objects compatability with Numpy or Python functions Timezones Timezone data dtype
#7343 by jreback was merged Jun 4, 2014 Loading… 0.14.1
TST7337: Fix test failures on windows. Testing pandas testing functions or related to the test suite Timezones Timezone data dtype Windows Windows OS
#7362 by dbew was merged Jun 9, 2014 Loading… 0.14.1
BUG: Fix error when reading postgres table with timezone #7139 IO SQL to_sql, read_sql, read_sql_query Timezones Timezone data dtype
#7364 by danbirken was closed Apr 13, 2015 Loading… 0.16.1
TST7337: Fix more tests in windows Testing pandas testing functions or related to the test suite Timezones Timezone data dtype Windows Windows OS
#7414 by dbew was merged Jun 10, 2014 Loading… 0.14.1
BUG: DTI.intersection doesnt preserve tz Bug Frequency DateOffsets Timezones Timezone data dtype
#7458 by sinhrks was merged Jun 14, 2014 Loading… 0.14.1
BUG: Some offsets.apply cannot handle tz properly Bug Frequency DateOffsets Timezones Timezone data dtype
#7465 by sinhrks was merged Jun 17, 2014 Loading… 0.14.1
Fix cache key collision and add test for cache key distinctness. Testing pandas testing functions or related to the test suite Timezones Timezone data dtype
#7478 by dbew was merged Jun 17, 2014 Loading… 0.14.1
BUG: area plot raises ValueError with tz-aware data Bug Timezones Timezone data dtype Visualization plotting
#7515 by sinhrks was merged Jul 5, 2014 Loading… 0.14.1
BUG: df.reset_index loses tz Bug MultiIndex Timezones Timezone data dtype
#7533 by sinhrks was merged Jun 21, 2014 Loading… 0.14.1
BUG: Timestamp.tz_localize resets nanosecond Bug Timezones Timezone data dtype
#7534 by sinhrks was merged Jun 21, 2014 Loading… 0.14.1
ProTip! Exclude everything labeled bug with -label:bug.