mirror of
https://github.com/rasbt/python_reference.git
synced 2024-11-23 20:11:13 +00:00
125 B
125 B
1 | name | column1 | column2 | column3 |
---|---|---|---|---|
2 | abc | 1.1 | 4.2 | 1.2 |
3 | def | 2.1 | 1.4 | 5.2 |
4 | ghi | 1.5 | 1.2 | 2.1 |
5 | jkl | 1.8 | 1.1 | 4.2 |
6 | mno | 9.4 | 6.6 | 6.2 |
7 | pqr | 1.4 | 8.3 | 8.4 |