Leon Anavi
3660967a91
python3-pandas: Upgrade 1.3.1 -> 1.3.2
...
Upgrade to release 1.3.2:
- Performance regression in DataFrame.isin() and Series.isin() for
nullable data types
- Regression in updating values of Series using boolean index,
created by using DataFrame.pop()
- Regression in DataFrame.from_records() with empty records
- Fixed regression in DataFrame.shift() where TypeError occurred
when shifting DataFrame created by concatenation of slices and
fills with values
- Regression in DataFrame.agg() when the func argument returned
lists and axis=1
- Regression in DataFrame.drop() does nothing if MultiIndex has
duplicates and indexer is a tuple or list of tuples
- Fixed regression where read_csv() raised a ValueError when
parameters names and prefix were both set to None
- Fixed regression in comparisons between Timestamp object and
datetime64 objects outside the implementation bounds for
nanosecond datetime64
- Fixed regression in Styler.highlight_min() and
Styler.highlight_max() where pandas.NA was not successfully
ignored
- Fixed regression in concat() where copy=False was not honored
in axis=1 Series concatenation
- Regression in Series.nlargest() and Series.nsmallest() with
nullable integer or float dtype
- Fixed regression in Series.quantile() with Int64Dtype
- Bug in read_excel() modifies the dtypes dictionary when reading
a file with duplicate columns
- 1D slices over extension types turn into N-dimensional slices
over ExtensionArrays
- Fixed bug in Series.rolling() and DataFrame.rolling() not
calculating window bounds correctly for the first row when
center=True and window is an offset that covers all the rows
- Styler.hide_columns() now hides the index name header row as
well as column headers
- Styler.set_sticky() has amended CSS to control the column/index
names and ensure the correct sticky positions
- Bug in de-serializing datetime indexes in PYTHONOPTIMIZED mode
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
2021-08-19 09:56:43 -07:00
..
2020-06-29 08:22:57 -07:00
2020-06-29 08:23:02 -07:00
2021-06-24 12:54:18 -07:00
2021-01-04 14:48:29 -08:00
2020-06-03 15:15:42 -07:00
2020-06-29 08:23:13 -07:00
2020-06-29 08:23:18 -07:00
2020-07-06 10:21:18 -07:00
2020-07-03 18:07:00 -07:00
2020-06-17 08:57:49 -07:00
2020-07-03 18:07:05 -07:00
2020-07-03 18:07:09 -07:00
2020-08-06 10:26:29 -07:00
2020-06-17 08:57:58 -07:00
2020-06-17 08:58:02 -07:00
2021-06-24 12:54:18 -07:00
2021-06-23 10:45:31 -07:00
2020-06-17 08:55:53 -07:00
2021-05-31 07:38:06 -07:00
2021-02-19 10:02:43 -08:00
2020-06-17 08:57:43 -07:00
2021-04-01 08:31:16 -07:00
2020-06-17 08:56:52 -07:00
2021-04-21 08:26:07 -07:00
2020-06-11 07:42:47 -07:00
2020-06-17 08:56:34 -07:00
2020-06-17 08:56:43 -07:00
2020-06-17 08:56:47 -07:00
2020-04-20 21:45:13 -07:00
2020-04-21 07:14:06 -07:00
2020-04-20 21:45:13 -07:00
2021-01-25 14:34:06 -08:00
2020-04-20 21:45:13 -07:00
2021-07-06 09:40:42 -07:00
2020-04-20 21:45:13 -07:00
2020-04-21 07:14:06 -07:00
2020-04-21 07:14:06 -07:00
2020-05-12 12:33:41 -07:00
2020-04-25 08:32:42 -07:00
2021-01-12 09:16:03 -08:00
2020-05-12 12:33:41 -07:00
2021-02-01 10:44:55 -08:00
2020-05-12 12:33:41 -07:00
2020-05-12 12:33:41 -07:00
2020-05-12 12:33:42 -07:00
2021-06-24 12:54:18 -07:00
2020-05-12 12:33:42 -07:00
2020-05-12 12:33:42 -07:00
2021-02-01 10:44:20 -08:00
2020-09-28 20:49:15 -07:00
2020-05-12 12:33:42 -07:00
2020-05-12 12:33:42 -07:00
2020-05-03 14:29:17 -07:00
2020-05-03 14:29:17 -07:00
2020-07-16 12:10:25 -07:00
2020-07-12 19:04:17 -07:00
2020-05-03 14:29:17 -07:00
2020-07-16 12:10:32 -07:00
2020-05-03 14:29:17 -07:00
2020-04-27 07:48:46 -07:00
2020-07-16 12:10:35 -07:00
2020-07-16 12:10:39 -07:00
2020-10-16 23:11:58 -07:00
2020-09-16 09:16:41 -07:00
2020-07-16 12:10:43 -07:00
2020-07-03 18:07:12 -07:00
2021-05-24 07:36:50 -07:00
2020-07-06 10:18:56 -07:00
2020-07-06 10:19:15 -07:00
2020-04-27 07:48:46 -07:00
2020-04-27 07:48:46 -07:00
2021-03-22 09:19:27 -07:00
2020-04-27 07:48:46 -07:00
2020-04-27 07:48:46 -07:00
2020-04-27 07:48:46 -07:00
2021-06-09 12:19:23 -07:00
2021-06-04 07:08:13 -07:00
2020-09-05 13:04:40 -07:00
2021-02-01 10:44:46 -08:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-06-18 08:42:25 -07:00
2021-05-28 06:50:20 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-16 08:21:14 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-16 08:21:14 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-04-29 08:43:53 -07:00
2020-08-25 10:33:13 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-01-04 14:48:29 -08:00
2021-08-17 08:11:16 -07:00
2021-04-22 07:28:15 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2020-08-10 10:58:00 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-05-28 06:50:20 -07:00
2021-08-19 09:56:43 -07:00
2021-08-03 10:21:25 -07:00
2020-11-27 11:54:04 -08:00
2021-08-03 10:21:25 -07:00
2020-06-22 08:38:19 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-02-01 10:44:41 -08:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-06-01 07:48:10 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-19 09:56:43 -07:00
2021-08-03 10:21:25 -07:00
2020-08-25 10:33:34 -07:00
2021-08-03 10:21:25 -07:00
2020-10-22 22:16:35 -07:00
2021-08-03 10:21:25 -07:00
2021-04-15 09:25:26 -07:00
2021-08-16 08:21:14 -07:00
2020-06-19 10:17:50 -07:00
2021-03-17 12:05:22 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-04-06 08:58:42 -07:00
2021-03-30 09:04:35 -07:00
2020-06-29 08:22:13 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-07-16 08:57:37 -07:00
2021-01-28 10:51:52 -08:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-01-20 09:30:43 -08:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-16 08:21:14 -07:00
2021-05-17 08:52:24 -07:00
2021-08-03 10:21:25 -07:00
2021-01-28 10:52:18 -08:00
2021-08-16 08:21:14 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2020-09-24 12:52:49 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-06 20:37:42 -07:00
2020-06-05 18:42:55 -07:00
2021-08-03 10:21:25 -07:00
2021-08-16 08:21:14 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2020-09-07 11:28:04 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2020-11-27 11:54:04 -08:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2020-06-19 10:17:50 -07:00
2021-08-03 10:21:25 -07:00
2020-06-08 13:58:02 -07:00
2021-08-16 08:21:14 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-06 20:37:42 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-16 08:21:14 -07:00
2021-08-16 08:21:14 -07:00
2021-08-16 08:21:14 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-16 08:21:14 -07:00
2021-08-03 10:21:25 -07:00
2021-08-16 08:21:14 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-03-30 09:04:34 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-16 08:21:14 -07:00
2021-08-03 10:21:25 -07:00
2021-08-16 08:21:14 -07:00
2021-08-03 10:21:25 -07:00
2021-04-21 08:26:07 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-02-19 10:02:43 -08:00
2021-08-03 10:21:25 -07:00
2020-04-12 22:57:22 -07:00
2021-08-03 10:21:25 -07:00
2021-08-16 08:21:14 -07:00
2020-08-10 10:57:49 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-16 08:21:14 -07:00
2021-08-03 10:21:25 -07:00
2021-05-19 09:16:54 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-01-25 14:34:06 -08:00
2020-06-13 21:34:21 -07:00
2021-08-03 10:21:25 -07:00
2020-07-03 18:07:33 -07:00
2021-08-03 10:21:25 -07:00
2021-08-19 09:56:43 -07:00
2021-05-11 08:25:56 -07:00
2020-07-06 10:19:48 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2020-06-26 08:55:53 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-01-25 14:34:06 -08:00
2021-08-16 08:21:14 -07:00
2021-08-03 10:21:25 -07:00
2021-05-17 08:52:24 -07:00
2021-08-03 10:21:25 -07:00
2020-06-11 07:43:01 -07:00
2021-08-03 10:21:25 -07:00
2021-04-13 08:06:07 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-01-27 10:21:14 -08:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-06-01 07:48:10 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-01-08 08:40:54 -08:00
2021-01-08 08:41:24 -08:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2020-06-26 08:55:45 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-19 09:56:43 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-04-01 08:31:16 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2020-05-19 17:14:09 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2020-08-10 10:57:57 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2020-06-19 10:20:36 -07:00
2021-08-03 10:21:25 -07:00
2021-04-21 08:26:07 -07:00
2021-02-01 10:44:55 -08:00
2021-08-03 10:21:25 -07:00
2020-06-22 08:38:00 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-06 20:37:42 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-07-29 10:35:05 -07:00
2020-08-18 09:37:53 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-03-17 12:04:53 -07:00
2021-08-03 10:21:25 -07:00
2020-09-28 20:49:15 -07:00
2021-08-17 08:11:16 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2020-10-22 22:16:54 -07:00
2020-11-04 11:08:50 -08:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2020-04-05 14:27:45 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2020-11-27 11:54:04 -08:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-05-28 06:50:20 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-04-26 08:22:59 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-06 20:37:42 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-03-01 11:07:05 -08:00
2021-08-03 10:21:25 -07:00
2021-08-06 20:37:42 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 08:52:32 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-06 20:37:42 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2020-06-25 10:21:34 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2020-06-19 10:17:50 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-02-24 09:07:45 -08:00
2021-08-03 10:21:25 -07:00
2020-08-06 10:25:55 -07:00
2021-07-16 08:57:37 -07:00
2020-07-10 09:35:37 -07:00
2021-08-03 10:21:25 -07:00
2021-08-06 20:37:42 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-03-24 08:50:45 -07:00
2021-08-06 20:37:42 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-04-13 08:06:07 -07:00
2021-08-03 10:21:25 -07:00
2021-05-11 08:25:56 -07:00
2020-06-03 15:15:16 -07:00
2021-08-03 10:21:25 -07:00
2021-08-17 08:11:16 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-03-14 09:19:05 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-19 09:56:43 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-01-14 11:58:55 -08:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-06 20:37:42 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-16 08:21:14 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00
2021-08-03 10:21:25 -07:00