GeekHaven / GeektoberFest-AI

This repository contains the basic projects related to Data Sciences and AI.
2 stars 8 forks source link

Data visualisation #22

Closed Mridul20 closed 4 years ago

Mridul20 commented 4 years ago

7

Generated the OHLC chart using mplfinance.

TamoghnoBhattacharya commented 4 years ago

Add the requirements.txt file in the 'Data Science' directory. It should be common for the entire project.

Lazy-Leopard commented 4 years ago

Add the requirements.txt file in the 'Data Science' directory. It should be common for the entire project.

Like in for all three in one @TamoghnoBhattacharya right?

TamoghnoBhattacharya commented 4 years ago

Add the requirements.txt file in the 'Data Science' directory. It should be common for the entire project.

Like in for all three in one @TamoghnoBhattacharya right?

No let the other 2 issues remain open. What I meant was there should be only 1 requirements.txt file for entire project in the same directory as the readme file, not multiple for different roll numbers.

Lazy-Leopard commented 4 years ago

No let the other 2 issues remain open. What I meant was there should be only 1 requirements.txt file for entire project in the same directory as the readme file, not multiple for different roll numbers.

Got it

Mridul20 commented 4 years ago

@TamoghnoBhattacharya chaged the location of requirements.txt in the "Data Science " folder.

Lazy-Leopard commented 4 years ago

@Mridul20 it seems you haven't seen the details mentioned in the readme which stated "Write a script to take any arbitrary dataset with the format previously given, and return a chart showing the HLOC chart of the data".

TamoghnoBhattacharya commented 4 years ago

@Mridul20 This issue will use dataset created in the previous issue data collection which isn't solved yet. So try and solve that first and then open a PR for this, or wait till someone solves it and use his/her dataset.

Mridul20 commented 4 years ago

@TamoghnoBhattacharya OK.