-
-
Notifications
You must be signed in to change notification settings - Fork 18.7k
Open
Labels
BuildLibrary building on various platformsLibrary building on various platformsTestingpandas testing functions or related to the test suitepandas testing functions or related to the test suite
Description
Would it make sense to remove tests
folder from the pandas distribution? It takes roughly 33% of the whole package weight.
It is especially important when using pandas inside the AWS Lambdas, where the deployment package size is limited to 50 MB zipped and 5 MB might really make a difference.
# Uncompressed
du -h -s pandas*
46.5M pandas
30.9M pandas_no_tests
# Compressed
du -h -s pandas*
14.7M pandas.zip
10.1M pandas_no_tests.zip
BastianZim, mohamed-ali, GhostofGoes, arthurlm, mcous and 20 more
Metadata
Metadata
Assignees
Labels
BuildLibrary building on various platformsLibrary building on various platformsTestingpandas testing functions or related to the test suitepandas testing functions or related to the test suite