Skip to content

BUG: fixed chunksize guessed to 0 (py3 only). #8621 #8927

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 1 commit into from
Dec 3, 2014

Conversation

dxe4
Copy link
Contributor

@dxe4 dxe4 commented Nov 29, 2014

Fixes #8621
As mentioned in the github issue its a py3 only bug. I copied the test @rmorgans made

@dxe4 dxe4 force-pushed the fix_to_csv_issue_chunksize_8621 branch from dda50ec to 95e1c0b Compare November 29, 2014 21:39
@@ -6462,6 +6462,13 @@ def test_to_csv_chunking(self):
rs = read_csv(filename,index_col=0)
assert_frame_equal(rs, aa)

def test_to_csv_wide_frame_formatting(self):
df = DataFrame(np.random.randn(1, 100010), columns=None, index=None)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pls add the issue number as a comment

@jreback jreback added Bug IO CSV read_csv, to_csv labels Nov 29, 2014
@jreback jreback added this to the 0.15.2 milestone Nov 29, 2014
@jreback
Copy link
Contributor

jreback commented Nov 29, 2014

need a release note in v0.15.2 referencing the original issue.

@dxe4 dxe4 force-pushed the fix_to_csv_issue_chunksize_8621 branch 2 times, most recently from dfa7be7 to b020309 Compare November 30, 2014 10:40
@dxe4 dxe4 force-pushed the fix_to_csv_issue_chunksize_8621 branch from b020309 to 549422f Compare November 30, 2014 16:09
@jreback jreback merged commit 549422f into pandas-dev:master Dec 3, 2014
@jreback
Copy link
Contributor

jreback commented Dec 3, 2014

@papaloizouc thanks for the fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug IO CSV read_csv, to_csv
Projects
None yet
Development

Successfully merging this pull request may close these issues.

to_csv issue
2 participants