Giter Site home page Giter Site logo

alfremedpal / pandasbasketball Goto Github PK

View Code? Open in Web Editor NEW
19.0 1.0 7.0 50 KB

A Python module to scrape data from basketbal-reference.com and convert it to pandas data structures for analysis.

License: MIT License

Python 100.00%
python pandas basketball-reference web-scraping nba basketball data-frame

pandasbasketball's People

Contributors

alfremedpal avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

pandasbasketball's Issues

Implement 'generate_code' into all other functions

Right now all the functions in PandasBasketball expect the player's url code. For example, if you want to get a dataframe with Kevin Durant's stats per game you would do it like this:

df = pb.get_player("duranke01", "per_game")

To make things easier, generate_code was implemented. The previous line of code could then be replaced for this:

df = pb.get_player(pb.generate_code("Kevin Durant"), "per_game")

This is more readable and simpler (open to debate), but the idea of calling a function as an argument for another function might make some people uncomfortable.

It would be great if you could just call either pb.get_player("duranke01", "per_game") or pb.get_player("Kevin Durant", "per_game") directly.

make this project pip installable

Love the idea behind this package, would like to leverage to do some analysis. I think I could help here if you're comfortable with my contributing.

With a few tweaks leveraging guidance from python.org you could take care of the requirements for the project and empower analysts to import the package, regardless of its relative path.

Let me know if you'd be open to a contribution and I can submit a PR.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.