Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
846 views
in Technique[技术] by (71.8m points)

python - DataFrame currency Column with two different units EDA

I have an invoice dataset where the currency (invoice_currency) comes in two values - CAD and USD. Hence, the column total_open_amount has values with different units, although unknown to the column itself. How should I do EDA on this considering I cannot find skewness in a column that has different units? How may I create two more columns on the basis of currency? How will it affect my ML prediction?

question from:https://stackoverflow.com/questions/65930635/dataframe-currency-column-with-two-different-units-eda

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...