Commit c31c3c11 authored by alageshan's avatar alageshan

Update assingment_4.md

parent 30cd0fdc
...@@ -113,26 +113,11 @@ You are given with a dataset of temperature in the form of a CSV file. The end g ...@@ -113,26 +113,11 @@ You are given with a dataset of temperature in the form of a CSV file. The end g
Sample Document: Sample Document:
| header | header | | Datetime | Temperature | Data quality |
| ------ | ------ | | ------ | ------ |
| cell | cell | |20019-04-03 00:00:00.000 | 112.4 | good |
| cell | cell |Datetime,Temperature, Data quality |20019-04-03 01:00:00.000 | 111.32| good |
| header | header | |20019-04-03 02:00:00.000 | 114.98| bad |
| ------ | ------ |
| cell | cell |
| cell | cell |20019-04-03 00:00:00.000, 112.4, good
| header | header |
| ------ | ------ |
| cell | cell |
| cell | cell |20019-04-03 01:00:00.000, 111.32, good
| header | header |
| ------ | ------ |
| cell | cell |
| cell | cell |20019-04-03 02:00:00.000, 114.98, bad
| header | header |
| ------ | ------ |
| cell | cell |
| cell | cell |
### Tools to use: ### Tools to use:
1. Pycharm / VSCode 1. Pycharm / VSCode
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment