Skip to content
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

Parser shouldn't convert to numeric if custom converter supplied for column #2184

Closed
changhiskhan opened this issue Nov 6, 2012 · 1 comment
Milestone

Comments

@changhiskhan
Copy link
Contributor

xref: http://stackoverflow.com/questions/13250046/pandas-csv-import-keep-leading-zeros-in-a-column

@changhiskhan
Copy link
Contributor Author

closing via #128995c

yarikoptic added a commit to neurodebian/pandas that referenced this issue Nov 15, 2012
* commit 'v0.9.0-166-g7156920': (159 commits)
  DOC: spacing fix
  BUG: catch any/all case that fails in NumPy > 1.6 with stricter casting rules
  DOC: fixed up release notes a little more
  TST: misc coverage and cleanup
  Additional test coverage for v0.9.1
  DOC: add note about converters now blocking type coersion in file parsers
  BUG: partial slicing bugs for PeriodIndex
  BUG: account for different fp exponent formatting in some pythons
  BUG: parse floats outside of PyFloat_FromString for python 2.5
  BUG: do not coerce types in parser if converters specified pandas-dev#2184
  TST: more misc test coverage
  TST: take out IPython check for timeseries plotting tests
  TST: fix panel/test_panel file modes. don't skip plotting tests if ipython imported
  TST: rogue foo
  TST: disable test_console_encode post unicode refactor
  TST: misc test coverage
  DOC: remove note on not overriding mpl registry
  BUG: put mpl unit registry back in for set_xlim
  BUG: ensure axes are Index objects in _arrays_to_mgr
  DOC: examples for release notes
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant