import pandas as pd
import glob
df = pd.read_excel("C:/Users/janardhan.reddy/Desktop/Input/**April**.xlsx")
This is my code to read the file from direct path and file name (Jupyter NoteBook) Q. if i change the file in folder i have to change the file name in path also. So is there any script for to pick the file name directly.(path remains constant)