I know we keep telling you to read the documentation, but this line should be a red flag. Here you are re-defining the functionSymbol(.), not constructing a data frame.
If you don’t understand why this syntax is doing that, please consult this section of the documentation.
defines a function, named Symbol, with a parameter journalentry. It returns a DataFrame in your case.
It’s not clear, what this line really should do, but surely not defining a function.
Well, I admit, I’m a bit lost in all these things. Perhaps we start again from a more clean beginning? We should not start with all the code you already have, because it already seems to be a bit confusing, at least to me. Perhaps it’s better to start with a clean table, and a minimal task to achieve. From where you can go further alone? I think it’s important, that you understand the underlying principles. Just providing you with working code is not what you really need. What do you think? Is this reasonable? Or is there just a single link missing I don’t see?
ok, please start a new thread, with a minimal task. Your above screenshots a good start, together with some explanation. No code for now, or only minimal, like DataFrame initializations. Perhaps it would be nice, to know something about your background, like coming from R/Mathlab/SAS or similar, programming experience,… e.g.
And it would be good to know, in which environment you want to work, like: Pluto (I think you mentioned it somewhere).
Some R and SPSS, most of my experience is in Julia. My problem here is with how I’m using variables. I have practiced, and did take a computer class in Python, that went over the basic data types.
These examples are from different sources, but the ledger(bottom) has each account as a title. The journal(top) documents one transaction (a row in the ledger), with the Name of each account(the columns of the ledger) that is modified in the transaction.
To process a transaction the sums of credit and debit must match.