LICENSE
MANIFEST.in
README.md
setup.py
flicker/__init__.py
flicker/compat.py
flicker/dataframe.py
flicker/group.py
flicker/recipes.py
flicker/udf.py
flicker/utils.py
flicker/version.py
flicker.egg-info/PKG-INFO
flicker.egg-info/SOURCES.txt
flicker.egg-info/dependency_links.txt
flicker.egg-info/requires.txt
flicker.egg-info/top_level.txt
flicker.egg-info/zip-safe
flicker/tests/__init__.py
flicker/tests/conftest.py
flicker/tests/test_all.py
flicker/tests/test_any.py
flicker/tests/test_default_constructor.py
flicker/tests/test_delete_extra_columns.py
flicker/tests/test_find_empty_columns.py
flicker/tests/test_gensym.py
flicker/tests/test_get_dtype.py
flicker/tests/test_get_float_column_names.py
flicker/tests/test_get_non_float_column_names.py
flicker/tests/test_groupby.py
flicker/tests/test_grouped_data_methods.py
flicker/tests/test_isnan.py
flicker/tests/test_isnull.py
flicker/tests/test_join.py
flicker/tests/test_len_udf.py
flicker/tests/test_min_max.py
flicker/tests/test_type_udf.py
flicker/tests/test_validate_column_name.py
flicker/tests/test_write.py