Posts by Victor Hugo Pafume Ribeiro • 1 point
2 posts
-
0
votes1
answer624
viewsA: Perform date filtering within a column using Python
#Import files import pandas as pd import datetime as dt from datetime import date from datetime import datetime, timedelta import xlrd import numpy as np #Open Files xlsx =…
-
0
votes1
answer624
viewsQ: Perform date filtering within a column using Python
good afternoon. I need to do an Excel file filtering, this filtering consists of taking a particular column and performing its filter. I’m a beginner here and I don’t know if I’m making the most…