Can we use any python libraries in Django ( such as PDFplumber, pandas, etc) ? Yes, a Django app is just Python code . You can add whatever python code you want, including import pandas or whatever.
Can we use any python libraries in Django ( such as PDFplumber, pandas, etc) ? Yes, a Django app is just Python code . You can add whatever python code you want, including import pandas or whatever.