Something that I've noticed during my time on here is an excessive quantity of programming questions related to Pandas. Normally, given the package's popularity, this wouldn't raise any eyebrows. However, it seems that most of these questions are being asked by people that do not understand basic python, in use-cases that would better suit built-in features.
Is there some popular guide all of these beginners are following that is leading them to use this package when in most cases, a basic list would suffice? If not, why is the venn diagram of Python beginners and Pandas users nearing such a circle?