Skip to content

Instantly share code, notes, and snippets.

View mlondschien's full-sized avatar

Malte Londschien mlondschien

View GitHub Profile
@mlondschien
mlondschien / python
Created March 6, 2024 08:51
concept_dicts.py
import json
from pathlib import Path
import copy
import pandas as pd
from datetime import datetime
import numpy as np
json_path = Path(__file__).parent
data_path = Path(__file__).parents[4] / "data" / "picdb" / "V1.1.0"