├── .idea
├── .gitignore
├── inspectionProfiles
│ └── profiles_settings.xml
├── misc.xml
├── modules.xml
├── searching a CSV file.py.iml
└── vcs.xml
├── Python 1-2
├── Finalproject.py
├── System.csv
└── demo.gif
└── README.md
/.idea/.gitignore:
--------------------------------------------------------------------------------
1 | # Default ignored files
2 | /workspace.xml
--------------------------------------------------------------------------------
/.idea/inspectionProfiles/profiles_settings.xml:
--------------------------------------------------------------------------------
1 |
18 | - You should return data for all the rows associated with the input event id.
19 |
20 |
21 | ### Here is how to download the windows system data logs excelsheet.
22 |
23 |
24 |
25 | - If you are using windows system then, go to desktop press window + r key ,one run menu open.
26 | - Type 'eventvwr' in that run menu and then press 'ok' button.
27 | - A 'Event viewer' open and ,then go to the 'Windows Logs' expand it.
28 | - Right click on the 'System' file ,then click 'Save all event as..
29 | - Choose 'Save as type: 'CSV(Comma separated) format.
30 | ## Note:
31 |
32 | - Look at the video https://www.youtube.com/watch?v=X0WDzktpr5I, on how to reach 'System' and save it in your system.
33 |
34 |
35 | ## CSV file 👇
36 |
37 | - [System.csv](https://github.com/Kushal997-das/Searching-a-CSV-file-using-python/blob/master/Python%201-2/System.csv)
38 |
39 |
40 |
41 |
42 |
43 | ## Solution 👇
44 |
45 | - [Solution.py](https://github.com/Kushal997-das/Searching-a-CSV-file-using-python/blob/master/Python%201-2/Finalproject.py)
46 |
47 |
48 |
49 |
50 |
51 |
52 | Let's connect! Find me on the web.
53 |
54 | [][Youtube]
55 | [
][gmail]
56 | [
][LinkedIn]
57 | [
][Github]
58 |
59 |