You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,7 @@
7
7
#### Improvements
8
8
9
9
- Added support for reading XML files with namespaces using `rowTag` and `stripNamespaces` options.
10
+
- Added a new argument to `Dataframe.describe` called `strings_include_math_stats` that triggers `stddev` and `mean` to be calculated for String columns.
10
11
11
12
### Snowpark Local Testing Updates
12
13
@@ -20,7 +21,7 @@
20
21
21
22
- Set the default value of the `index` parameter to `False` for `DataFrame.to_view`, `Series.to_view`, `DataFrame.to_dynamic_table`, and `Series.to_dynamic_table`.
22
23
- Added `iceberg_version` option to table creation functions.
23
-
-Added a new argument to `Dataframe.describe` called `strings_include_math_stats` that triggers `stddev` and `mean`to be calculated for String columns.
24
+
-Reduced query count for many operations, including `insert`, `repr`, and `groupby`, that previously issued a query to retrieve the input data's size.
0 commit comments