Suggestion: remove tests from the distribution
See original GitHub issueWould 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
Issue Analytics
- State:
- Created 4 years ago
- Reactions:9
- Comments:24 (18 by maintainers)
Top Results From Across the Web
Guidelines for Removing and Handling Outliers in Data
Outliers can distort statistical analyses. Learn whether you should remove outliers from your data and how to analyze your data when you can't...
Read more >Just Say No to More End-to-End Tests - Google Testing Blog
Furthermore, best practices for unit testing - in particular practices related to hermetic tests - will remove flakiness entirely.
Read more >Gradle build without tests - java - Stack Overflow
the different way to disable test tasks in the project is: tasks.withType(Test) {enabled ...
Read more >Solved: Suggestion icon removal - ServiceNow Community
Solved: Hello, How can we remove the suggestion icon next to Short Description on the Incident form? We have a requirement to only...
Read more >Skipping tests - testthat
Skipping tests · You're testing a web service that occasionally fails, and you don't want to run the tests on CRAN. · You're...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
yup would take PRs here
pandas does not use numpy.testing a all