I have a list of objects and I made DataFrame:
print(pd.DataFrame.from_dict(pracuj))
Problemis that in all objects I have a links but Pandas shorten that. I thought that it look that - shorten links + ... but not. If I clicked (alt+click in VSC) at link browser open wrong site (becouse URL address in incomplete). How can I display in pandas full url address?