We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I thought this is what pyprojroot was providing, but it is not...
The raw URL is used a lot in the package and I think it would convenient to provide it in the package.
import pandas as pd from pymc_marketing.paths import data_url file = data_url / "mmm_example.csv" df = pd.read_csv(file, parse_dates=["date_week"])
Then anything here can easily be constructed.
https://github.com/pymc-labs/pymc-marketing/blob/8a0b0767ce93c820e568a1ff09d54148ec4a3fac/data/
Here are all the references:
https://github.com/search?q=repo%3Apymc-labs%2Fpymc-marketing%20%22raw.github%22&type=code
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I thought this is what pyprojroot was providing, but it is not...
The raw URL is used a lot in the package and I think it would convenient to provide it in the package.
Then anything here can easily be constructed.
https://github.com/pymc-labs/pymc-marketing/blob/8a0b0767ce93c820e568a1ff09d54148ec4a3fac/data/
Here are all the references:
https://github.com/search?q=repo%3Apymc-labs%2Fpymc-marketing%20%22raw.github%22&type=code
The text was updated successfully, but these errors were encountered: