Thomas Schmelzer
Thomas Schmelzer
Signed-Off By Thomas Schmelzer [[email protected]](mailto:[email protected]). By including this sign-off line I agree to the terms of the Contributor License Agreement”
@poodlewars Like this?
Would be really nice to have some addepar testnet. This could be a mock company with fake data. Would be very useful to test things...
``` def transactions(self, start=None, end=None): end = end or pd.Timestamp("today") start = start or pd.Timestamp("1900-01-01") params = {"start_date": self.__format(start), "end_date": self.__format(end)} p = parse(self.__request("transactions", params=params), dates=["Posted Date", "Date"], index=["Owner ID",...
I guess CSV has to go at some point :-1: For now you could use "a,b" or a;b. Currently we have a total tag explosion. In particular it's good to...
@dependabot rebase
Ok, quite brutal impact of the github actions dependabot. Rarely happens that 4 actions are updated in parallel. Best if you rebase the update-artifact pull request first. Then it should...
@enzbus Thank you for that. Dealing with NaNs is an interesting question. I don't want to throw an error if an asset joins later. At the same time I don't...
variables: PDOC_ARGUMENTS: "--docformat google"
set display=False