-
-
Notifications
You must be signed in to change notification settings - Fork 18.8k
ENH: to_datetime support iso week year (16607) Updated #24844
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
220 commits
Select commit
Hold shift + click to select a range
18edbd6
Added support for iso time
RjLi13 f3183f0
Added whatsnew entry?
RjLi13 89921a3
n
RjLi13 b4f149c
Merge remote-tracking branch 'upstream/master' into pandas-rosy-new
RjLi13 9ee53bd
Fix linting error
RjLi13 7c3a305
Add changes from reviewer
RjLi13 e99049a
Fix errors found in azure
RjLi13 ca9a9b4
Merge remote-tracking branch 'upstream/master' into pandas-rosy-new
RjLi13 a5eff18
Merge remote-tracking branch 'upstream/master' into pandas-rosy-new
RjLi13 fcc11fe
Making change to one thing
RjLi13 9f2c421
STY: use pytest.raises context syntax (indexing) (#24960)
simonjayhawkins bf693ff
Fixed itertuples usage in to_dict (#24965)
TomAugspurger 3fd47fe
STY: use pytest.raises context manager (resample) (#24977)
simonjayhawkins ba7b895
DOC: Document breaking change to read_csv (#24989)
TomAugspurger dd16aa7
DEPR: Fixed warning for implicit registration (#24964)
TomAugspurger 145ade2
STY: use pytest.raises context manager (indexes/datetimes) (#24995)
simonjayhawkins 6449bc1
DOC: move whatsnew note of #24916 (#24999)
jorisvandenbossche 1fc88c7
BUG: Fix broken links (#25002)
yoanngoular abf0824
fix for BUG: grouping with tz-aware: Values falls after last bin (#24…
ahcub ece58cb
REGR: Preserve order by default in Index.difference (#24967)
TomAugspurger 3f90255
CLN: do not use .repeat asv setting for storing benchmark data (#25015)
qwhelan 5d1e633
CLN: isort asv_bench/benchmark/algorithms.py (#24958)
gasparia405 7486808
fix+test to_timedelta('NaT', box=False) (#24961)
jbrockmendel b9f2e2b
PERF: significant speedup in sparse init and ops by using numpy in ch…
qwhelan 6220d22
BUG: Fixed merging on tz-aware (#25033)
TomAugspurger 32c0a5d
Test nested PandasArray (#24993)
TomAugspurger 515b0fa
DOC: fix error in documentation #24981 (#25038)
johnnychiuchiu 4cbee17
BUG: support dtypes in column_dtypes for to_records() (#24895)
qwhelan 3052eb1
Makes example from docstring work (#25035)
heavelock c4cc9fc
CLN: typo fixups (#25028)
jbrockmendel 534bce9
BUG: to_datetime(strs, utc=True) used previous UTC offset (#25020)
mroeschke 149138e
BUG: Better handle larger numbers in to_numeric (#24956)
gfyoung da5f5eb
BUG: avoid usage in_qtconsole for recent IPython versions (#25039)
TomAugspurger ea013a2
REGR: fix read_sql delegation for queries on MySQL/pymysql (#25024)
jorisvandenbossche 5c40cf2
DOC: Start 0.24.2.rst (#25026)
TomAugspurger a0623af
REGR: rename_axis with None should remove axis name (#25069)
jschendel 76f5d2d
clarified the documentation for DF.drop_duplicates (#25056)
mjmdavis 01483d7
Clarification in docstring of Series.value_counts (#25062)
AllenDowney 6d7bd98
ENH: Support fold argument in Timestamp.replace (#25046)
mroeschke 5e224fb
CLN: to_pickle internals (#25044)
mroeschke d4b42c8
Implement+Test Tick.__rtruediv__ (#24832)
jbrockmendel 25ff472
API: change Index set ops sort=True -> sort=None (#25063)
jorisvandenbossche 89dd4d6
BUG: to_clipboard text truncated for Python 3 on Windows for UTF-16 t…
david-liu-brattle-1 3a0fbfd
PERF: use new to_records() argument in to_stata() (#25045)
qwhelan bb43726
DOC: Cleanup 0.24.1 whatsnew (#25084)
TomAugspurger 41778b0
Fix quotes position in pandas.core, typos and misspelled parameters. …
alanderex fb02c25
CLN: Remove sentinel_factory() in favor of object() (#25074)
jschendel f75a220
TST: remove DST transition scenarios from tc #24689 (#24736)
robbuckley 800d38b
BLD: remove spellcheck from Makefile (#25111)
kynan 375c790
DOC: small clean-up of 0.24.1 whatsnew (#25096)
jorisvandenbossche a814ea4
DOC: small doc fix to Series.repeat (#25115)
nooraLeila a488ab8
TST: tests for categorical apply (#25095)
alimcmaster1 0d3b4f4
CLN: use dtype in constructor (#25098)
topper-123 14a2da1
DOC: frame.py doctest fixing (#25097)
stijnvanhoey 51e6cb1
DOC: 0.24.1 release (#25125)
TomAugspurger 1fc38f6
Revert set_index inspection/error handling for 0.24.1 (#25085)
h-vetinari d3c9d6e
DOC/CLN: Timezone section in timeseries.rst (#24825)
mroeschke 88318e3
DOC: Fix validation type error RT04 (#25107) (#25129)
MarckK 3eccea3
Reading a HDF5 created in py2 (#25058)
rbenes ecc437a
BUG: Fixing regression in DataFrame.all and DataFrame.any with bool_o…
devin-petersohn f3f1edd
Removal of return variable names (#25123)
Fosnet 2199f34
DOC: Improve docstring of Series.mul (#25136)
lordgrenville 2e38d55
TST/REF: collect DataFrame reduction tests (#24914)
jbrockmendel e3b0950
Fix validation error type `SS05` and check in CI (#25133)
thoo f04bb2f
Fixed tuple to List Conversion in Dataframe class (#25089)
Vibhu-Agarwal 5db3455
STY: use pytest.raises context manager (indexes/multi) (#25175)
simonjayhawkins bd58782
DOC: Updates to Timestamp document (#25163)
saurav-chakravorty 2d8f0ab
BLD: pin cython language level to '2' (#25145)
tacaswell 9cac5a9
CLN: Use ABCs in set_index (#25128)
h-vetinari efa23ca
DOC: update docstring for series.nunique (#25116)
cecilialiao 776530c
DEPR: remove PanelGroupBy, disable DataFrame.to_panel (#25047)
jbrockmendel 09633b8
BUG: DataFrame.merge(suffixes=) does not respect None (#24819)
charlesdong1991 93568cc
fix MacPython pandas-wheels failure (#25186)
simonjayhawkins 638ddeb
modernize compat imports (#25192)
jbrockmendel 51fca4c
TST: follow-up to Test nested pandas array #24993 (#25155)
simonjayhawkins 5278cc6
DOC/CLN: Fix errors in Series docstrings (#24945)
0535180
REF: Add more pytest idiom to test_holiday.py (#25204)
gfyoung 683c7b5
DOC: Fix validation type error SA05 (#25208)
MarckK 2816dba
BUG: Fix Series.is_unique with single occurrence of NaN (#25182)
jschendel 833bf70
REF: Remove many Panel tests (#25191)
jbrockmendel 1c57308
DOC: Fixes to docstrings and add PR10 (space before colon) to validat…
victormoron cf3ad87
DOC: exclude autogenerated c/cpp/html files from 'trailing whitespace…
saurav-chakravorty 0eddba8
STY: use pytest.raises context manager (indexes/period) (#25199)
simonjayhawkins 1d1b14c
fix ci failures (#25225)
simonjayhawkins b08a584
DEPR: remove tm.makePanel and all usages (#25231)
jbrockmendel eb2ab3a
DEPR: Remove Panel-specific parts of io.pytables (#25233)
jbrockmendel 04df22f
DEPR: Add Deprecated warning for timedelta with passed units M and Y …
ryankarlos 977bcf8
BUG-25061 fix printing indices with NaNs (#25202)
JustinZhengBC d7a0964
BUG: Fix regression in DataFrame.apply causing RecursionError (#25230)
gioiab 7ee5b92
BUG: Fix read_json orient='table' without index (#25170) (#25171)
albertvillanova f67b7fd
BLD: prevent asv from calling sys.stdin.close() by using different la…
qwhelan a4f5987
(Closes #25029) Removed extra bracket from cheatsheet code example. (…
M-YD 0508d81
CLN: For loops, boolean conditions, misc. (#25206)
mroeschke 2448e52
Refactor groupby group_add from tempita to fused types (#24954)
noamher 5f73594
CLN: Remove ipython 2.x compat (#25150)
TomAugspurger ca5b1df
BUG: Duplicated returns boolean dataframe (#25234)
2c25197
REF/TST: resample/test_base.py (#25262)
simonjayhawkins 75d5b48
Revert "BLD: prevent asv from calling sys.stdin.close() by using diff…
TomAugspurger 91992ad
BUG: pandas Timestamp tz_localize and tz_convert do not preserve `fre…
charlesdong1991 28025fd
DEPR: remove assert_panel_equal (#25238)
jbrockmendel 147b923
PR04 errors fix (#25157)
mwoss 6359bbc
Split Excel IO Into Sub-Directory (#25153)
WillAyd 57fb83f
API: Ensure DatetimeTZDtype standardizes pytz timezones (#25254)
mroeschke ea1d5f5
BUG: Fix exceptions when Series.interpolate's `order` parameter is mi…
nmusolino a9a03a2
BUG: DataFrame.join on tz-aware DatetimeIndex (#25260)
mroeschke ec5f911
REF: use _constructor and ABCFoo to avoid runtime imports (#25272)
jbrockmendel 64d8948
Refactor groupby group_prod, group_var, group_mean, group_ohlc (#25249)
noamher 3ab9318
Fix typo in Cheat sheet with regex (#25215)
Dr-Irv 4d44a2a
Edit parameter type in pandas.core.frame.py DataFrame.count (#25198)
kpapdac a89e19d
TST/CLN: remove test_slice_ints_with_floats_raises (#25277)
simonjayhawkins b8306f1
Removed Panel class from HDF ASVs (#25281)
WillAyd 6a8e708
DOC: Fix minor typo in docstring (#25285)
elcombato b144f66
DOC/CLN: Fix errors in DataFrame docstrings (#24952)
790e575
Skipped broken Py2 / Windows test (#25323)
WillAyd 4be995c
Rt05 documentation error fix issue 25108 (#25309)
zangell44 53281a5
Fix typos in docs (#25305)
tnir 83fe6ca
Doc: corrects spelling in generic.py (#25333)
jevandezande 9de4cc1
BUG: groupby.transform retains timezone information (#25264)
mroeschke 33b11b9
Fixes Formatting Exception (#25088)
EternalLearner42 ea9848c
Bug: OverflowError in resample.agg with tz data (#25297)
mroeschke eace576
DOC/CLN: Fix various docstring errors (#25295)
2ce2196
COMPAT: alias .to_numpy() for timestamp and timedelta scalars (#25142)
b0dac6c
ENH: Support times with timezones in at_time (#25280)
mroeschke 29008f5
BUG: Fix passing of numeric_only argument for categorical reduce (#25…
arnov 4a20d5b
TST: use a fixed seed to have the same uniques across python versions…
jreback 659e0ca
TST: xfail excel styler tests, xref GH25351 (#25352)
jreback b90bcb5
DOC: Correct doc mistake in combiner func (#25360)
gfyoung f74aba6
DOC/BLD: fix --no-api option (#25209)
jorisvandenbossche 3d3093a
DOC: modify typos in Contributing section (#25365)
alyssafuward 590cb54
Remove spurious MultiIndex creation in `_set_axis_name` (#25371)
devin-petersohn 9561b96
#23049: test for Fatal Stack Overflow stemming From Misuse of astype(…
dbe3579
9236: test for the DataFrame.groupby with MultiIndex having pd.NaT (#…
c400bd3
[BUG] exception handling of MultiIndex.__contains__ too narrow (#25268)
makbigc f9cb581
14873: test for groupby.agg coercing booleans (#25327)
b2c7519
BUG/ENH: Timestamp.strptime (#25124)
saurav-chakravorty 2909b83
Interval dtype fix (#25338)
zangell44 f4568fd
[CLN] Excel Module Cleanups (#25275)
tdamsma 66d486e
ENH: indexing and __getitem__ of dataframe and series accept zerodim …
tamuhey def8b96
REGR: fix TimedeltaIndex sum and datetime subtraction with NaT (#2528…
jbrockmendel 13a505d
edited whatsnew typo (#25381)
saurav-chakravorty 6c4cb6f
fix typo of see also in DataFrame stat funcs (#25388)
knuu 5449279
API: more consistent error message for MultiIndex.from_arrays (#25189)
simonjayhawkins 9c0f6a8
CLN: (re-)enable infer_dtype to catch complex (#25382)
h-vetinari b673188
DOC: Edited docstring of Interval (#25410)
wdecoster fbe67d5
Mark test_pct_max_many_rows as high memory (#25400)
scarabeusiv f2fbebd
Correct a typo of version number for interpolate() (#25418)
willweil 7408c9b
DEP: add pytest-mock to environment.yml (#25417)
h-vetinari 15d8178
BUG: Fix type coercion in read_json orient='table' (#21345) (#25219)
albertvillanova 5557e36
ERR: doc update for ParsingError (#25414)
sudhirmohanraj 3855a27
ENH: Add in sort keyword to DatetimeIndex.union (#25110)
reidy-p 183dc02
DOC: Rewriting of ParserError doc + minor spacing (#25421)
gfyoung 5ae9b48
API/ERR: allow iterators in df.set_index & improve errors (#24984)
h-vetinari fc1fe83
BUG: Indexing with UTC offset string no longer ignored (#25263)
mroeschke df039bf
PERF/REF: improve performance of Series.searchsorted, PandasArray.sea…
topper-123 f59a6ab
TST: remove never-used singleton fixtures (#24885)
jbrockmendel 85572de
BUG: fixed merging with empty frame containing an Int64 column (#2518…
josham aa08416
DOC: fixed geo accessor example in extending.rst (#25420)
ThibTrip fe1654f
TST: numpy RuntimeWarning with Series.round() (#25432)
simonjayhawkins 1490d0c
CI: add __init__.py to isort skip list (#25455)
simonjayhawkins c986386
DOC: CategoricalIndex doc string (#24852)
topper-123 70802c2
DataFrame.drop Raises KeyError definition (#25474)
MaxVanDeursen 3b570e3
BUG: Keep column level name in resample nunique (#25469)
gfyoung 84875c1
ERR: Correct error message in to_datetime (#25467)
gfyoung ece6074
Fix minor typo (#25458)
pombredanne 778affc
CI: Set pytest minversion to 4.0.2 (#25402)
simonjayhawkins 72367b7
STY: use pytest.raises context manager (indexes) (#25447)
simonjayhawkins 42a6246
STY: use pytest.raises context manager (tests/test_*) (#25452)
simonjayhawkins e52f063
Fix minor error in dynamic load function (#25256)
nmusolino 64e5612
Cythonized GroupBy Quantile (#20405)
WillAyd 50c40ff
BUG: Fix regression on DataFrame.replace for regex (#25266)
PetitLepton 28abbee
Correct contribution guide docbuild instruction (#25479)
MaxVanDeursen f04342a
TST/REF: Add pytest idiom to test_frequencies.py (#25430)
gfyoung e9de5f3
BUG: Fix index type casting in read_json with orient='table' and floa…
albertvillanova 169a56a
BUG: Groupby.agg with reduction function with tz aware data (#25308)
mroeschke ae1ab89
DOC: Fix docstring for read_sql_table (#25465)
igblackadder db978c7
ENH: Add Series.str.casefold (#25419)
charlesdong1991 0a61ecd
Fix PR10 error and Clean up docstrings from functions related to RT05…
thoo 9bb98b8
Fix unreliable test (#25496)
mroeschke 011f0a6
DOC: Clarifying doc/make.py --single parameter (#25482)
MaxVanDeursen 1f8d7e0
fix MacPython / pandas-wheels ci failures (#25505)
simonjayhawkins 1d3b4a5
DOC: Reword Series.interpolate docstring for clarity (#25491)
nmusolino ae4db86
Changed insertion order to sys.path (#25486)
WillAyd 3e3c901
TST: xfail non-writeable pytables tests with numpy 1.16x (#25517)
jreback d708461
STY: use pytest.raises context manager (arithmetic, arrays, computati…
simonjayhawkins cc5b73e
BUG: Fix RecursionError during IntervalTree construction (#25498)
jschendel c66028c
STY: use pytest.raises context manager (plotting, reductions, scalar.…
simonjayhawkins ce47205
BUG: Fix potential segfault after pd.Categorical(pd.Series(...), cate…
batterseapower 0c193c6
Make DataFrame.to_html output full content (#24841)
simonjayhawkins 362f4e5
Added support for iso time
RjLi13 e6c4f9d
Added whatsnew entry?
RjLi13 b48d0fb
n
RjLi13 cf16177
Fix linting error
RjLi13 a323f74
Add changes from reviewer
RjLi13 cdd66c4
Fix errors found in azure
RjLi13 baad263
Making change to one thing
RjLi13 2fa0c65
Merge branch 'pandas-rosy-new' of https://github.com/RjLi13/pandas in…
RjLi13 42b4c97
BUG-16807-1 SparseFrame fills with default_fill_value if data is None…
JustinZhengBC 149b7f8
Moved to 0.25.0
RjLi13 bd49d2f
DOC: Add conda uninstall pandas to contributing guide (#25490)
yehia67 705c442
fix segfault when running with cython coverage enabled, xref cython#2…
jbrockmendel f85f7a1
TST: inline empty_frame = DataFrame({}) fixture (#24886)
jbrockmendel 1c9de69
DOC: Polishing typos out of doc/source/user_guide/indexing.rst (#25528)
leerssej 3bbcacf
STY: use pytest.raises context manager (frame) (#25516)
simonjayhawkins 076b5a8
DOC: Fix #24268 by updating description for keep in Series.nlargest (…
bharatr21 557bae0
Update docstrings
RjLi13 2de551f
Added support for iso time
RjLi13 cb1132c
Added whatsnew entry?
RjLi13 bd1c7dc
n
RjLi13 d8d06f9
Fix linting error
RjLi13 5accc8f
Add changes from reviewer
RjLi13 64dec4c
Fix errors found in azure
RjLi13 8f3c92e
Making change to one thing
RjLi13 ad03061
Added support for iso time
RjLi13 4d7af48
n
RjLi13 287f0ed
Fix linting error
RjLi13 1c3caf5
Fix errors found in azure
RjLi13 12951b9
Moved to 0.25.0
RjLi13 3c1959c
Update docstrings
RjLi13 f8bdc92
Rebased changes
RjLi13 f73952d
Fix merge conflict
RjLi13 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add changes from reviewer
- Loading branch information
commit 7c3a3056fedb26e581da7861fd4ffd6149e881be
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -362,7 +362,7 @@ See the :ref:`Advanced documentation on renaming<advanced.index_names>` for more | |
Other Enhancements | ||
^^^^^^^^^^^^^^^^^^ | ||
|
||
- Added support for %G strptime directive in parsing datetimes | ||
- Added support for ISO week year format when parsing datetimes using `to_datetime` (:issue:`16607`) | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Move to 0.25 at this point |
||
- :func:`merge` now directly allows merge between objects of type ``DataFrame`` and named ``Series``, without the need to convert the ``Series`` object into a ``DataFrame`` beforehand (:issue:`21220`) | ||
- ``ExcelWriter`` now accepts ``mode`` as a keyword argument, enabling append to existing workbooks when using the ``openpyxl`` engine (:issue:`3441`) | ||
- ``FrozenList`` has gained the ``.union()`` and ``.difference()`` methods. This functionality greatly simplifies groupby's that rely on explicitly excluding certain columns. See :ref:`Splitting an object into groups <groupby.split>` for more information (:issue:`15475`, :issue:`15506`). | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move to 0.25.0, use
:meth:`to_datetime`
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
be more explicit about which codes are added