All Questions
1 question
1
vote
1
answer
56
views
python - pandas: function to replicate the creation of a variable
I am trying to replicate the variable aux_35, because I have some missing values in my database. Here is a little sample of the dataset:
import pandas as pd
import numpy as np
import matplotlib....