From 1a459683d4b5f2c7ec02725370b6c2f4ec150127 Mon Sep 17 00:00:00 2001 From: Lukas Eller Date: Fri, 19 Feb 2021 16:53:14 +0100 Subject: [PATCH] Delete playground.py --- playground.py | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 playground.py diff --git a/playground.py b/playground.py deleted file mode 100644 index 291fa4e..0000000 --- a/playground.py +++ /dev/null @@ -1,20 +0,0 @@ -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") -- 2.22.0