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
testing dtypes parameter
dtypes defaults to None
dtype type checking and docstrings
dtype exception checking
sphinx dtypes corrections
if/else to or simplification
informative exception of errouneous SQLAlchemy subclassing
type checking
basic documentation of the dtypes feature
issue number
correct test position
issue correction
SQLite dtype configuration
Testing Legagy SQLite with dtype configuration
changed the position of a dtype check
assert_raise
assert_raise
return user specified dtype, not SQL_TYPE
test cleanup
better docstrings
better docstrings
docs and test refactoring
Do not test on MySQL legacy
dtypes->dtype
dtypes->dtype
assert->assertTrue
Type test in mysql
correct mysql test type
reverting unintended change
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.15.2.txt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -61,6 +61,7 @@ API changes
61
61
Enhancements
62
62
~~~~~~~~~~~~
63
63
64
+
- Added the ability to specify the SQL type of columns when writing a DataFrame to a database (:issue:`8778`).
64
65
- Added ability to export Categorical data to Stata (:issue:`8633`). See :ref:`here <io.stata-categorical>` for limitations of categorical variables exported to Stata data files.
65
66
- Added ability to export Categorical data to to/from HDF5 (:issue:`7621`). Queries work the same as if it was an object array. However, the ``category`` dtyped data is stored in a more efficient manner. See :ref:`here <io.hdf5-categorical>` for an example and caveats w.r.t. prior versions of pandas.
66
67
- Added support for ``utcfromtimestamp()``, ``fromtimestamp()``, and ``combine()`` on `Timestamp` class (:issue:`5351`).
0 commit comments