Skip to content

Commit

Permalink
TST/CLN: remove duplicate data file used in tests (unicode_series.csv) (
Browse files Browse the repository at this point in the history
  • Loading branch information
simonjayhawkins authored and jreback committed Sep 18, 2018
1 parent 9e99299 commit 712c8b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
18 changes: 0 additions & 18 deletions pandas/tests/io/formats/data/unicode_series.csv

This file was deleted.

2 changes: 1 addition & 1 deletion pandas/tests/io/formats/test_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@ def test_unicode_problem_decoding_as_ascii(self):
compat.text_type(dm.to_string())

def test_string_repr_encoding(self, datapath):
filepath = datapath('io', 'formats', 'data', 'unicode_series.csv')
filepath = datapath('io', 'parser', 'data', 'unicode_series.csv')
df = pd.read_csv(filepath, header=None, encoding='latin1')
repr(df)
repr(df[1])
Expand Down

0 comments on commit 712c8b1

Please sign in to comment.