Advertisement
AlexErin1308

Task №4

Mar 4th, 2024 (edited)
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | Source Code | 0 0
  1. import pandas as pd
  2.  
  3. logs = pd.read_csv('/datasets/logs.csv')
  4. #print(logs.columns)
  5. unique_source = logs['source'].unique()
  6. print(unique_source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement