8000 TST: add tests for keeping dtype in Series.update by h-vetinari · Pull Request #23604 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

TST: add tests for keeping dtype in Series.update #23604

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 19 commits into from
Nov 20, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix isort
  • Loading branch information
h-vetinari committed Nov 11, 2018
commit 31317eace21f142b840ea04e2876b31e64ad2261
2 changes: 1 addition & 1 deletion pandas/tests/series/test_combine_concat.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import pandas as pd
from pandas import DataFrame, DatetimeIndex, Series, compat, date_range
import pandas.util.testing as tm
from pandas.util.testing import assert_series_equal, assert_frame_equal
from pandas.util.testing import assert_frame_equal, assert_series_equal


class TestSeriesCombine(object):
Expand Down
0