param col_names for indicators with one resulting column
See original GitHub issueSome indicators return multiple columns, then it is possible to rename the returned columns with col_names
but for indicators with just one column this is not working e.g. for kind wma
The renaming happens at https://github.com/twopirllc/pandas-ta/blob/b2f2cc83a16376c1eb0a11aebed52186d7eab121/pandas_ta/core.py#L406 but i cant seee why it should not work for indicators with just one resulting column
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
Correspond Indicator Matrix to Column Names in R
1 Answer 1 ... It seems like several things are going on here. You've made LogACG the explanatory variable in your 2nd-to-last line...
Read more >DESCRIBE statement [ESQL] - Sybase Infocenter
The WITH VARIABLE RESULT statement is used to describe procedures that might have more than one result set, with different numbers or types...
Read more >Functions - pyjanitor documentation
This method mutates the original DataFrame. Given a DataFrame containing multi-level columns, flatten to single-level by string-joining the column labels in ...
Read more >Creating analyses from table or column names - 8.0
In the studio, you can use simplified ways to create one or multiple column analyses. All what you need to do is to...
Read more >colnames: Row and Column Names - Rdrr.io
Row and Column Names. Description. Retrieve or set the row or column names of a matrix-like object. Usage. rownames(x, do.NULL = TRUE, prefix...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@ganti,
It’s available now on the main branch or pypi. Please let me know if there are any issues.
Thanks, KJ
Hey @twopirllc
I tested it and it works. Great job. I don’t get why I could not get it working, since I tried what you did. IMO ready to merge