Carl Corneil

Results 3 issues of Carl Corneil

Our use-cases will always be passing a pandas dataframe to a sheet, edit, then pass back to a dataframe, which I want to df.compare() with itself prior to editing, to...

Use-case: Add username-column to log-rows to backtrack who made the changes. Non-working solution, before dump_log(): ` transform( user = Sys.getenv("USERNAME")) %>>%` Results in all user-add-edits being logged, instead of username...

enhancement

https://github.com/predicador37/pyjstat/blob/0e54b946960531e308e79b1ee16e5115b10f09ee/pyjstat/pyjstat.py#L866 write-function uses the from_json_stat function which throws a deprecation warning to use write instead... Would be nice to not be reprimanded for using the correct method.