Commit beed6bc
ENH: make guess_datetime_format public (#55079)
* updating init to include guess_datetime_format func
* included guess_datetime_format in api
* updated test to include guess_datetime_format method
* ran pre-commit hook
* updated latest rst doc with enhancement note
* removed enhancement update
* alphabetize other-enhancement list
* added guess_datetime_format
* updated guess_datetime_format docstring with warning sphinx directive
* fixed spelling from pre-commit hook
* update guess_datetime_format docstring examples
* fixed trailing whitespace
* correct sphinx directive for guess_datetime_format with trailing whitespace
* updated whatsnew with corrected guess_datatime_format api method string
* removed extra line
* removed comment lines in example for guess_datetime_format
* removed api from method call for guess_datetime_format
* pre-commit hook fix for whitespace
* fix extra char
* fix whitespace
* removed toctree api
* fixup
* try fixing docstring
* add whatsnew note
---------
Co-authored-by: Donald Thevalingam <donaldthevalingam@Donalds-MacBook-Pro.local>
Co-authored-by: MarcoGorelli <33491632+MarcoGorelli@users.noreply.github.com>1 parent af72b63 commit beed6bc
File tree
7 files changed
+27
-4
lines changed- doc/source
- reference
- whatsnew
- pandas
- _libs/tslibs
- tests/tslibs
- tseries
7 files changed
+27
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
76 | 83 | | |
77 | 84 | | |
78 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
| 67 | + | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
855 | 855 | | |
856 | 856 | | |
857 | 857 | | |
858 | | - | |
859 | | - | |
| 858 | + | |
| 859 | + | |
| 860 | + | |
| 861 | + | |
860 | 862 | | |
861 | 863 | | |
862 | 864 | | |
863 | 865 | | |
864 | 866 | | |
865 | 867 | | |
| 868 | + | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
866 | 876 | | |
867 | 877 | | |
868 | 878 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
60 | 61 | | |
61 | 62 | | |
62 | 63 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
6 | 8 | | |
7 | 9 | | |
8 | | - | |
| 10 | + | |
0 commit comments