Re: CSV row delete problem(using pandas)

2019-10-11 Thread Adam Johnson
Hi! I think you've found the wrong mailing list for this post. This mailing list is for the development of Django itself, not for support using Django. This means the discussions of bugs and features in Django itself, rather than in your code using it. People on this list are unlikely to answer yo

CSV row delete problem(using pandas)

2019-10-08 Thread Jordan Micle
I am going to delete row from csv but I got this error KeyError at /tools/universe/delete_instrument/ "['3'] not found in axis" views.py instrument = request.POST.get("symbol") universe_id = request.POST.get("id") universe = get_object_or_404(Universe_Universe, id=universe_id)