Data-Simply / pyretailscience

pyretailscience - A data analysis and science toolkit for detail data
Other
5 stars 1 forks source link

Replace hardcoded column names with values from get_options #82

Open mvanwyk opened 2 months ago

mvanwyk commented 2 months ago

In many places, column names, such as customer_id, are hard coded. The options manager has superseded this need, and it should be replaced.