Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork18.5k
Commitcfe54bd
authored
Bug cov nat (#60898)
* ENH: Add TypeError for unsupported datetime64 and timedelta64 dtypes in DataFrame.cov* TST: Add test for TypeError in DataFrame.cov with NaT and Timedelta inputs* BUG: Improve error message for unsupported datetime and timedelta dtypes in cov()* BUG: Handle NaN values for datetime and timedelta dtypes in BlockManager* BUG: Add test for to_numpy() handling of NaT and NaN values* REF: Refactor imports in frame.py and update test imports in test_to_numpy.py* update dtype check* refactor* update test1 parente2bd8e6 commitcfe54bd
File tree
4 files changed
+79
-0
lines changed- pandas
- core
- internals
- tests/frame
- methods
4 files changed
+79
-0
lines changedLines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11434 | 11434 |
| |
11435 | 11435 |
| |
11436 | 11436 |
| |
| 11437 | + | |
| 11438 | + | |
| 11439 | + | |
| 11440 | + | |
| 11441 | + | |
| 11442 | + | |
11437 | 11443 |
| |
11438 | 11444 |
| |
11439 | 11445 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1800 | 1800 |
| |
1801 | 1801 |
| |
1802 | 1802 |
| |
| 1803 | + | |
| 1804 | + | |
1803 | 1805 |
| |
1804 | 1806 |
| |
1805 | 1807 |
| |
| |||
1865 | 1867 |
| |
1866 | 1868 |
| |
1867 | 1869 |
| |
| 1870 | + | |
| 1871 | + | |
1868 | 1872 |
| |
1869 | 1873 |
| |
1870 | 1874 |
| |
|
Lines changed: 36 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| 6 | + | |
6 | 7 |
| |
| 8 | + | |
7 | 9 |
| |
8 | 10 |
| |
9 | 11 |
| |
| |||
41 | 43 |
| |
42 | 44 |
| |
43 | 45 |
| |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + |
Lines changed: 33 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1917 | 1917 |
| |
1918 | 1918 |
| |
1919 | 1919 |
| |
| 1920 | + | |
| 1921 | + | |
| 1922 | + | |
| 1923 | + | |
| 1924 | + | |
| 1925 | + | |
| 1926 | + | |
| 1927 | + | |
| 1928 | + | |
| 1929 | + | |
| 1930 | + | |
| 1931 | + | |
| 1932 | + | |
| 1933 | + | |
| 1934 | + | |
| 1935 | + | |
| 1936 | + | |
| 1937 | + | |
| 1938 | + | |
| 1939 | + | |
| 1940 | + | |
| 1941 | + | |
| 1942 | + | |
| 1943 | + | |
| 1944 | + | |
| 1945 | + | |
| 1946 | + | |
| 1947 | + | |
| 1948 | + | |
| 1949 | + | |
| 1950 | + | |
| 1951 | + | |
| 1952 | + | |
1920 | 1953 |
| |
1921 | 1954 |
| |
1922 | 1955 |
| |
|
0 commit comments
Comments
(0)