suicidal_orange
|
2021-02-11
, 01:18
|
Posts: 177 |
Thanked: 427 times |
Joined on Sep 2017
|
#1
|
|
2021-02-11
, 02:37
|
Posts: 202 |
Thanked: 385 times |
Joined on Jul 2018
|
#2
|
The Following 2 Users Say Thank You to levone1 For This Useful Post: | ||
|
2021-02-11
, 17:05
|
Posts: 1,038 |
Thanked: 3,980 times |
Joined on Nov 2010
@ USA
|
#3
|
import pandas df = pandas.read_csv('hrdata.csv') print(df)
Name,Hire Date,Salary,Sick Days remaining Graham Chapman,03/15/14,50000.00,10 John Cleese,06/01/15,65000.00,8 Eric Idle,05/12/14,45000.00,10 Terry Jones,11/01/13,70000.00,3 Terry Gilliam,08/12/14,48000.00,7 Michael Palin,05/23/13,66000.00,8
Name Hire Date Salary Sick Days remaining 0 Graham Chapman 03/15/14 50000.0 10 1 John Cleese 06/01/15 65000.0 8 2 Eric Idle 05/12/14 45000.0 10 3 Terry Jones 11/01/13 70000.0 3 4 Terry Gilliam 08/12/14 48000.0 7 5 Michael Palin 05/23/13 66000.0 8
The Following 5 Users Say Thank You to robthebold For This Useful Post: | ||
|
2021-02-12
, 23:16
|
Posts: 177 |
Thanked: 427 times |
Joined on Sep 2017
|
#4
|
The Following User Says Thank You to suicidal_orange For This Useful Post: | ||
|
2021-02-13
, 05:50
|
Posts: 1,038 |
Thanked: 3,980 times |
Joined on Nov 2010
@ USA
|
#5
|
pip3 install <module>
The Following 2 Users Say Thank You to robthebold For This Useful Post: | ||
|
2021-02-13
, 11:22
|
Posts: 177 |
Thanked: 427 times |
Joined on Sep 2017
|
#6
|
The Following User Says Thank You to suicidal_orange For This Useful Post: | ||