Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
View returned when using squeeze=True with read_csv? #8217
Comments
jreback
referenced
this issue
Sep 8, 2014
Merged
BUG: Bug in read_csv where squeeze=True would return a view (GH8217) #8218
jreback
added Bug CSV
labels
Sep 8, 2014
jreback
added this to the
0.15.0
milestone
Sep 8, 2014
jreback
closed this
in #8218
Sep 8, 2014
|
easy enough |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
patricktokeeffe commentedSep 8, 2014
Specifying
squeeze=Truereturns a view instead of first-class object? Is this by design and if so, why?As of 0.14.1,
inplace=Trueis the default (related #5190) for series sorts so the following error will occur by default ifsqueeze=Truewas specified.