pandas not works for django? – CentOS
I saw the first rocket. from django.http import HttpResponse def index(request): return HttpResponse("Hello, world.") 'Hello, world.' it's ok! also 'python manage.py migrate' ok. But when I import pandas... (import only and no use.) from django.http import HttpResponse import pandas as…