commit 442e33b7244ac8b43333adc61e2eb2913873a507 Author: amirmoghi3 Date: Wed Dec 9 02:29:39 2020 +0330 initial diff --git a/dataset2.xls b/dataset2.xls new file mode 100644 index 0000000..c77bf81 Binary files /dev/null and b/dataset2.xls differ diff --git a/exec.py b/exec.py new file mode 100644 index 0000000..3d31811 --- /dev/null +++ b/exec.py @@ -0,0 +1,6 @@ +import pandas as pd + +if __name__ == "__main__": + df = pd.read_excel('dataset2.xls', sheet_name="forestfires").to_numpy() + for row in df: + print(row)