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
Hi @BUAA-WJR
I have executed the code for price_graph.py followed by price_ci.py, price_embedding.py & dataset.py.
When I run the dataset.py file I get the below error. NameError global_df is not defined.
Also i tried defining global_df globally as "global global_df "
Can you please suggest what's wrong with it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi @BUAA-WJR
I have executed the code for price_graph.py followed by price_ci.py, price_embedding.py & dataset.py.
When I run the dataset.py file I get the below error.
NameError global_df is not defined.
Also i tried defining global_df globally as "global global_df "
Can you please suggest what's wrong with it.
The text was updated successfully, but these errors were encountered: