gramex-nlg icon indicating copy to clipboard operation
gramex-nlg copied to clipboard

Functionality to give column index as fh args instead of column names

Open samrudh opened this issue 5 years ago • 1 comments

I would like to use same fh_args for different dataframe For compatibility of the template with other dataframe, I would like to give fh_args based on column index.

Like mentioned below '_sort': [df.columns[1]] }

samrudh avatar Nov 19 '19 08:11 samrudh

@samrudh please see if you can make the necessary changes in nlg.search.set_fh_args to make this work.

jaidevd avatar Nov 20 '19 09:11 jaidevd