Skip to content

latour-gui/csv_creator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BI Helper

These small tools were created for a BI project, where we were asked to analyse the AdventureWorks fictive business.

You can find two CSV generator.

One that generates some time data (src/bin/time.rs).

The other (src/bin/forecast.rs) is more complex and do some web scraping to retrieve weather data in the www.ncei.noaa.gov database.

How to use

You must have rust installed on your machine : follow instructions here

Then you can run the forecast script with

cargo run

And the time script with

cargo run --bin=time

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages