Skip to content
Binary file added examples/4D Example 2.pdf
Binary file not shown.
450 changes: 450 additions & 0 deletions examples/HDFStore.ipynb

Large diffs are not rendered by default.

Binary file added examples/HDFStore.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions pandas/core/api.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
from pandas.core.series import Series, TimeSeries
from pandas.core.frame import DataFrame
from pandas.core.panel import Panel
from pandas.core.fdpanel import FDPanel
from pandas.core.groupby import groupby
from pandas.core.reshape import (pivot_simple as pivot, get_dummies,
lreshape)
Expand Down
Loading