We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 978a0d3 commit 8025248Copy full SHA for 8025248
pandas/tests/io/test_sql.py
@@ -1373,7 +1373,7 @@ def test_datetime_with_timezone_roundtrip(self):
1373
expected.to_sql('test_datetime_tz', self.conn, index=False)
1374
1375
if self.flavor == 'postgresql':
1376
- # SQLalchemy "timezones" (i.e. offsets) are coerced to UTC
+ # SQLAlchemy "timezones" (i.e. offsets) are coerced to UTC
1377
expected['A'] = expected['A'].dt.tz_convert('UTC')
1378
else:
1379
# Otherwise, timestamps are returned as local, naive
0 commit comments