Commit 1a459683 authored by  Lukas Eller's avatar Lukas Eller

Delete playground.py

parent 1d2295eb
import pandas as pd
import warnings
import os
import pickle
#Assume that A is the longer df
meas
combined = link_dataframes(A, B, 'ref')
all(combined['A'] == A)
merged = link_dataframes(meas, gps, 'Datetime', unique_col="PCI")
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