ENH: JSON by jreback · Pull Request #3876 · pandas-dev/pandas (original) (raw)
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})
This was referenced
Jun 13, 2013
…ther than trying not-numpy for dtypes)
ENH: changed dtype argument to accept a dict for a per-column dtype conversion, or turn off conversion (default is True)
ENH: changed parse_dates to convert_dates, now defaulting to True
BUG: not processing correctly some parsable JSON
…ordered JSON
eliminated fallback parsing with numpy=True; This will raise ValueError
if it fails to parse (a known case are strings in the frame data)
jreback added a commit that referenced this pull request