This project contains data analysis processes in the field of biotechnology.
The project includes the following files under the Biocom_Analys
directory:
Biocom.ipynb
: Main data analysis notebookinteraktif_harita.html
: Interactive map created for data visualizationyabanci_detay_listesi.csv
: CSV file containing detailed information about foreign institutionsyabanci_kurum_listesi.csv
: CSV file containing the list of foreign institutions
- Clone the project:
git clone https://github.com/[username]/Data_Analys_Process.git
- Install required Python packages:
pip install -r requirements.txt
- Start Jupyter Notebook:
jupyter notebook
- Open
Biocom_Analys/Biocom.ipynb
and examine the analyses.
The interactive map (interaktif_harita.html
) created within the project can be viewed by opening it in your web browser.
- Fork this repository
- Create a new branch (
git checkout -b feature/newFeature
) - Commit your changes (
git commit -am 'New feature: Description'
) - Push to your branch (
git push origin feature/newFeature
) - Create a Pull Request
This project is licensed under the MIT License. See the LICENSE
file for more information.