-
related #4363
closes #3374
Here is a minimal example:
``` ipython
In [21]: df = pd.DataFrame({'A': range(5), 'B': rand(5)})
In [22]: df
Out[22]:
A B
0 0 0.402616
1 1 0.880696
2 2 …
-
Apparently this [1] is a thing. Is there a way to specify to read_table or read_fwf to read X number of variables. I was hoping something like this might work. I'm not positive I got the regex right y…
-
http://nipy.bic.berkeley.edu/builders/pandas-py3.x-sid-sparc/builds/230/steps/shell_4/logs/stdio
```
======================================================================
ERROR: test_variable_width_…
-
version 0.11.0 has introduced a confusing behavior when importing data via read_fwf (and, I'm pretty sure, read_table)
import pandas as pd
from cStringIO import StringIO
from datetime import datetim…
danmd updated
11 years ago
-
There are some places in the documentation where a link to the API docs is provided, e.g., `:func:`~pandas.read_html``, but no link is made. This is because the fully resolved name (i.e., the module w…
-
I am seeing odd behavior of dates being converted to `datetime64[ns]` times when that is inappropriate.
```
In [272]: file = StringIO("xxyyzz20100101PIE\nxxyyzz20100101GUM\nxxyyww20090101EGG\nfoo…
-
wesm updated
12 years ago
-
Like R's `read.fwf`
wesm updated
12 years ago