Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/paresh-patil-11/ml-assignment


https://github.com/paresh-patil-11/ml-assignment

Last synced: 16 days ago
JSON representation

Awesome Lists containing this project

README

        

*****Setup and Running the Python Code*****
1. Aggregating Weather Data
To run the function that aggregates weather data:

Open a terminal and navigate to the directory where the Assignment1.py file is located.
Run the script using Python:

**python Assignment1.py**

2. Prime Factorization
To run the prime factorization function:

Open a terminal and navigate to the directory where the Assignment2.py file is located.
Run the script using Python:

**python Assignment2.py**

3. Running the SQL Query To execute the SQL query:

Open your SQL client (e.g., MySQL Workbench, pgAdmin, SQLite Studio).
Copy the contents of the **Assignment3-Product_Query.sql** file.
Paste the query into your SQL client and execute it.