Skip to content
New issue

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

Updating the changed labels from CoinMarketCap data. #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

LEGEND2310
Copy link

In the load_data function from lines 79 to 83 the label values for each have been changed in the CoinMarketCap data to the following:

  • percent_change_1h to percentChange1h
  • percent_change_24h to percentChange24h
  • percent_change_7d to percentChange7d
  • market_cap to marketCap
  • volume_24h to volume24h

Also in line 109 made the code into a single line to avoid confusion.

In the load_data function from lines 79 to 83 the label values for each have been changed in the CoinMarketCap data to the following:
* **percent_change_1h** to **percentChange1h**
* ** percent_change_24h** to **percentChange24h**
* **percent_change_7d** to **percentChange7d**
* **market_cap** to **marketCap**
* **volume_24h** to **volume24h**

Also in line 109 made the code into single line to avoid confusion.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant