You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# Datasets
|
|
|
|

|
|
|
|
To use measurements, you have to load data using:
|
|
|
|
```python
|
|
import pandas as pd
|
|
df = pd.read_csv('dataset1.csv')
|
|
x1 = df['X1']
|
|
x1
|
|
```
|
|
|
|
Data is formated as shown below:
|
|
|
|

|