.gitignore
.travis.yml
BUILDNOTES.txt
CMakeLists.txt
LICENSE
LICENSES-thirdparty.md
MANIFEST.in
README.md
environment.yml
googlefd23130f7a008646.html
pyproject.toml
requirements.txt
runtest.py
setup.py
.github/workflows/conda_package.yaml
.github/workflows/python-package.yml
conda_recipe/bld.bat
conda_recipe/build.sh
conda_recipe/conda_build_config.yaml
conda_recipe/meta.yaml
conda_recipe/run_test.bat
conda_recipe/run_test.sh
docs/CONTRIBUTING.md
docs/Makefile
docs/THREADING.md
docs/make.bat
docs/riptable_logo.PNG
docs/source/conf.py
docs/source/index.rst
docs/source/modules.rst
docs/source/riptable.rst
riptable/__init__.py
riptable/_version.py
riptable/conftest.py
riptable/rt_accum2.py
riptable/rt_accumtable.py
riptable/rt_algos.py
riptable/rt_bin.py
riptable/rt_categorical.py
riptable/rt_compressedarray.py
riptable/rt_csv.py
riptable/rt_dataset.py
riptable/rt_datetime.py
riptable/rt_display.py
riptable/rt_ema.py
riptable/rt_enum.py
riptable/rt_fastarray.py
riptable/rt_fastarraynumba.py
riptable/rt_groupby.py
riptable/rt_groupbykeys.py
riptable/rt_groupbynumba.py
riptable/rt_groupbyops.py
riptable/rt_grouping.py
riptable/rt_hstack.py
riptable/rt_imatrix.py
riptable/rt_io.py
riptable/rt_itemcontainer.py
riptable/rt_ledger.py
riptable/rt_merge.py
riptable/rt_meta.py
riptable/rt_misc.py
riptable/rt_mlutils.py
riptable/rt_multiset.py
riptable/rt_numpy.py
riptable/rt_pdataset.py
riptable/rt_pgroupby.py
riptable/rt_sds.py
riptable/rt_sharedmemory.py
riptable/rt_sort_cache.py
riptable/rt_stats.py
riptable/rt_str.py
riptable/rt_struct.py
riptable/rt_timers.py
riptable/rt_timezone.py
riptable/rt_utils.py
riptable.egg-info/PKG-INFO
riptable.egg-info/SOURCES.txt
riptable.egg-info/dependency_links.txt
riptable.egg-info/requires.txt
riptable.egg-info/top_level.txt
riptable/.vs/ProjectSettings.json
riptable/.vs/VSWorkspaceState.json
riptable/.vs/slnx.sqlite
riptable/.vs/riptable/v16/.suo
riptable/Utils/__init__.py
riptable/Utils/appdirs.py
riptable/Utils/common.py
riptable/Utils/conversion_utils.py
riptable/Utils/display_options.py
riptable/Utils/ipython_utils.py
riptable/Utils/pandas_utils.py
riptable/Utils/rt_display_nested.py
riptable/Utils/rt_display_properties.py
riptable/Utils/rt_metadata.py
riptable/Utils/rt_testdata.py
riptable/Utils/rt_testing.py
riptable/Utils/teamcity_helper.py
riptable/Utils/terminalsize.py
riptable/benchmarks/__init__.py
riptable/benchmarks/__main__.py
riptable/benchmarks/analysis.py
riptable/benchmarks/bench_categorical.py
riptable/benchmarks/bench_grouping.py
riptable/benchmarks/bench_merge.py
riptable/benchmarks/bench_numpy.py
riptable/benchmarks/bench_operators.py
riptable/benchmarks/bench_primops.py
riptable/benchmarks/benchmark.py
riptable/benchmarks/main.py
riptable/benchmarks/rand_data.py
riptable/benchmarks/rand_keydata.py
riptable/benchmarks/results.py
riptable/benchmarks/runner.py
riptable/hypothesis_tests/__init__.py
riptable/hypothesis_tests/conftest.py
riptable/hypothesis_tests/test_categorical_property.py
riptable/hypothesis_tests/test_riptide_numpy_equivalency.py
riptable/hypothesis_tests/test_rt_numpy_property.py
riptable/hypothesis_tests/test_sds_property.py
riptable/hypothesis_tests/test_ufunc_unary.py
riptable/hypothesis_tests/strategies/__init__.py
riptable/hypothesis_tests/strategies/categorical_strategy.py
riptable/hypothesis_tests/strategies/helper_strategies.py
riptable/test_tooling_integration/__init__.py
riptable/test_tooling_integration/ipykernel_integration_test.py
riptable/test_tooling_integration/ipython_compatibility_test.py
riptable/test_tooling_integration/ipython_integration_test.py
riptable/test_tooling_integration/test_display/__init__.py
riptable/test_tooling_integration/test_display/test_display.py
riptable/test_tooling_integration/test_display/vnu_checker.py
riptable/tests/__init__.py
riptable/tests/generator_categorical_unit_test.py
riptable/tests/generator_groupby_unit_test.py
riptable/tests/groupby_categorical_unit_test_parameters.py
riptable/tests/groupby_unit_test_parameters.py
riptable/tests/run.py
riptable/tests/runall.py
riptable/tests/test_accum2.py
riptable/tests/test_accumtable.py
riptable/tests/test_apply.py
riptable/tests/test_base_function.py
riptable/tests/test_bitcount.py
riptable/tests/test_categorical.py
riptable/tests/test_categorical_autotest_aggregated_functions.py
riptable/tests/test_categorical_base_index.py
riptable/tests/test_categorical_dtype.py
riptable/tests/test_categorical_filter_invalid.py
riptable/tests/test_categorical_functions.py
riptable/tests/test_categorical_groupby.py
riptable/tests/test_categorical_keywords.py
riptable/tests/test_categorical_modify.py
riptable/tests/test_categorical_ordered.py
riptable/tests/test_categorical_setitem.py
riptable/tests/test_categorical_sort_order.py
riptable/tests/test_categorical_values.py
riptable/tests/test_conversion_utils.py
riptable/tests/test_csv.py
riptable/tests/test_cut.py
riptable/tests/test_dataset.py
riptable/tests/test_dataset_slicing.py
riptable/tests/test_date.py
riptable/tests/test_datetime.py
riptable/tests/test_datetime_math.py
riptable/tests/test_fastarray.py
riptable/tests/test_fastarray_bn.py
riptable/tests/test_fastarray_constructor.py
riptable/tests/test_fastarray_functions.py
riptable/tests/test_flatten.py
riptable/tests/test_groupby.py
riptable/tests/test_groupby_autotest_aggregated_functions.py
riptable/tests/test_groupby_functions.py
riptable/tests/test_groupby_simple_multikey.py
riptable/tests/test_groupbyops.py
riptable/tests/test_grouping.py
riptable/tests/test_hstack.py
riptable/tests/test_ismember.py
riptable/tests/test_lexsort.py
riptable/tests/test_merge.py
riptable/tests/test_meta.py
riptable/tests/test_multiset.py
riptable/tests/test_pandas_utils.py
riptable/tests/test_pdataset.py
riptable/tests/test_pgroupby.py
riptable/tests/test_restore_subclass.py
riptable/tests/test_riptide_cpp.py
riptable/tests/test_rtnumpy.py
riptable/tests/test_rtutils.py
riptable/tests/test_saveload.py
riptable/tests/test_scalar.py
riptable/tests/test_sprint_fastarray.py
riptable/tests/test_str.py
riptable/tests/test_struct.py
riptable/tests/test_timewindow.py
riptable/tests/test_ufunc2.py
riptable/tests/test_unique.py
riptable/tests/test_utils.py
riptable/tests/utils.py
riptable/tests/test_files/groupby1_ex3.pickle
riptable/tests/test_files/unicode_ex1.csv
riptable/tests/test_files/unicode_ex2.csv
riptable/tests/test_files/unicode_ex3.csv