GithubHelp home page GithubHelp logo

precipitations's Introduction

Requirements

  • Python 3.8
  • Sqlalchemy
  • Pandas

This code makes use of the f"..." or f-string syntax. This syntax was introduced in Python 3.6.

The .env file

See the .env file after following the next steps

The environment variables are:

  1. PATH_DATA -- absolute path to directory containing the .csv file
  2. FILE_NAME -- name of the .csv file to read

Sample Execution & Output

You can run the main.py file without passing any argument, using

python main.py

the following packages are required to run this application

sqlalchemy==1.4.41
pandas==1.5.0

Download this packages by using pip install <package-name> or conda install <package-name> or even better:

  1. Make sure Python 3.8 is installed on your machine;
  2. Install pipenv: pip install pipenv
  3. Configure pipenv by following this tutorial;
  4. Check if all packages required are described in Pipfile.lock;
  5. Once with pipenv installed:
pipenv shell # to enter or create the environment
pipenv install # needed just for the first time you use the pipenv shell

!Notice Always run the command pipenv shell after running the script py main.py

Take care!

precipitations's People

Contributors

johnnyuft avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.