
Security News
Crates.io Implements Trusted Publishing Support
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
A module which gives the stats of any random cricketer in form of pandas dataframe
pip install statisticsmaniac
import statmaniac
format = 1 for Tests
format = 2 for ODIs
format = 3 for T20Is
statmaniac.player_stats(player,format)
Example:
statmaniac.player_stats("Virat Kohli",3)
Note : Use the player names as on cricinfo website , for example : don't write player name as "Rohit Sharma", it is "RG Sharma" on cricinfo
This will return a pandas dataframe which can be further used for data analysis
statmaniac.save_stats_as_csv("Virat Kohli",3)
statmaniac.player_summary("Virat Kohli",3)
This will return a list in this format [runs,notouts,batting average,hundreds]
FAQs
A module which gives the stats of any random cricketer in form of pandas dataframe
We found that statisticsmaniac demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.
Research
/Security News
North Korean threat actors deploy 67 malicious npm packages using the newly discovered XORIndex malware loader.