Compare commits

...

6 Commits

Author SHA1 Message Date
Wiktoria Hajdrych
380c8be866 dodalam link do makiety 2024-11-04 11:33:06 +01:00
Jędrzej Słupski
bb47f02f64 zmodyfikowalem funkcje print, printuje sam head 2024-11-04 11:22:12 +01:00
Agnieszka Stachowiak
9dfa3b4269 dodalam wyswietlanie ramki danych w pliku code.py 2024-11-04 11:20:46 +01:00
eeb83d13e7 dataset 2024-11-04 11:13:56 +01:00
Agnieszka Stachowiak
6c06ce65da Merge branch 'master' of https://git.wmi.amu.edu.pl/s469548/SIAD 2024-11-04 10:47:34 +01:00
Agnieszka Stachowiak
d2e8693aac Dodanie kodu zrodlowego 2024-11-04 10:42:03 +01:00
9 changed files with 67189 additions and 0 deletions

8
.idea/.gitignore vendored Normal file
View File

@ -0,0 +1,8 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

8
.idea/SIAD.iml Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

View File

@ -0,0 +1,6 @@
<component name="InspectionProjectProfileManager">
<settings>
<option name="USE_PROJECT_PROFILE" value="false" />
<version value="1.0" />
</settings>
</component>

7
.idea/misc.xml Normal file
View File

@ -0,0 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Black">
<option name="sdkName" value="Python 3.12" />
</component>
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.12" project-jdk-type="Python SDK" />
</project>

8
.idea/modules.xml Normal file
View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/SIAD.iml" filepath="$PROJECT_DIR$/.idea/SIAD.iml" />
</modules>
</component>
</project>

6
.idea/vcs.xml Normal file
View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

8
codes/code.py Normal file
View File

@ -0,0 +1,8 @@
import os
import pandas as pd
filePath_df_binary_5050 = os.path.join('..', 'data1', 'diabetes_binary_5050split_health_indicators_BRFSS2021.csv')
df_binary_5050 = pd.read_csv(filePath_df_binary_5050)
print(df_binary_5050.head())

File diff suppressed because it is too large Load Diff

1
zad1 Normal file
View File

@ -0,0 +1 @@
https://www.figma.com/proto/g0Rk6dOPScGkMUZrLUSon4/LAB-5?node-id=0-1&t=vDtjrJFcxSXkODo9-1