Coverage for /home/martinb/.local/share/virtualenvs/camcops/lib/python3.6/site-packages/pandas/core/reshape/api.py : 100%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1# flake8: noqa
3from pandas.core.reshape.concat import concat
4from pandas.core.reshape.melt import lreshape, melt, wide_to_long
5from pandas.core.reshape.merge import merge, merge_asof, merge_ordered
6from pandas.core.reshape.pivot import crosstab, pivot, pivot_table
7from pandas.core.reshape.reshape import get_dummies
8from pandas.core.reshape.tile import cut, qcut