.gitignore
.travis.yml
LICENSE
README.md
requirements.txt
setup.py
.vscode/settings.json
dotnet/PandasNet.sln
dotnet/LibForTests/LibForTests.csproj
dotnet/LibForTests/NumpyNet.cs
dotnet/LibForTests/PandasNet.cs
dotnet/PandasNet/Codecs.cs
dotnet/PandasNet/DateTimeCodec.cs
dotnet/PandasNet/NumpyCodec.cs
dotnet/PandasNet/PandasCodec.cs
dotnet/PandasNet/PandasNet.csproj
dotnet/PandasNet/Time.cs
pandasnet/__init__.py
pandasnet.egg-info/PKG-INFO
pandasnet.egg-info/SOURCES.txt
pandasnet.egg-info/dependency_links.txt
pandasnet.egg-info/not-zip-safe
pandasnet.egg-info/requires.txt
pandasnet.egg-info/top_level.txt
tests/test_numpy_codecs.py
tests/test_pandas_codecs.py