probably miss-alignment in tpl indices and original file #506
Closed
wkitlasten
started this conversation in
General
Replies: 1 comment
-
doh, mixing index numbers (use_cols) and index labels (use_cols) again... I think. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Not sure what I messed up here. Trying to apply a constant parameter to a bunch of selected rows (and another constant parameter to another selection of rows in the same file, and another selection,...). The error:
The first bits of the relevant mult file:
With tpl file:
That all looks good. The index of the orginal file I am trying to parameterize are (use_rows = [0, 38, 40, 42, 44,...]:
Where do the numbes in
mult idx[:10] : [1230.0, 1910.0, 1912.0, 1914.0, 1916.0, 1918.0, 1920.0, 1922.0, 1924.0, 1926.0]
come from? They seem suspiciously close to the index_col: 123_0, 191_0, 191_2, 191_4, 191_6, etc. for the use_rows specified.Beta Was this translation helpful? Give feedback.
All reactions