I'm simpling running the following code:
import atoti as tt
import numpy as np
import pandas as pd
session = tt.Session()
sales_table = session.read_csv("data/sales.csv", keys=["Sale ID"])
I'm receiving an error code of:
AtotiJavaException: LocalPath must be absolute.
Not sure what I'm doing wrong. Any help is much appreciated.
I went by the book and no bueno