workspace
stringclasses
1 value
channel
stringclasses
1 value
sentences
stringlengths
1
3.93k
ts
stringlengths
26
26
user
stringlengths
2
11
sentence_id
stringlengths
44
53
timestamp
float64
1.5B
1.56B
__index_level_0__
int64
0
106k
pythondev
help
Read <http://bit.ly/pypackages|bit.ly/pypackages>
2019-02-19T06:27:28.133500
Chester
pythondev_help_Chester_2019-02-19T06:27:28.133500
1,550,557,648.1335
9,421
pythondev
help
from db.database_setup import Logs
2019-02-19T06:28:16.134200
Kia
pythondev_help_Kia_2019-02-19T06:28:16.134200
1,550,557,696.1342
9,422
pythondev
help
sorry my bad, was a silly question :stuck_out_tongue:
2019-02-19T06:28:26.134500
Mica
pythondev_help_Mica_2019-02-19T06:28:26.134500
1,550,557,706.1345
9,423
pythondev
help
what does the db folder look like?
2019-02-19T06:29:23.135700
Karoline
pythondev_help_Karoline_2019-02-19T06:29:23.135700
1,550,557,763.1357
9,424
pythondev
help
<https://pythondev.slack.com/files/UERMB0BRP/FGAHN9D6G/image.png>
2019-02-19T06:29:53.136000
Kia
pythondev_help_Kia_2019-02-19T06:29:53.136000
1,550,557,793.136
9,425
pythondev
help
Hi All, I need one help, I am trying to create github_issue using pygithub api calls, when I assign the milestone, I am getting the below error ---------- assert milestone is github.GithubObject.NotSet or isinstance(milestone, github.Milestone.Milestone), milestone AssertionError: New Issue Milestone
2019-02-19T06:29:57.136400
Lynsey
pythondev_help_Lynsey_2019-02-19T06:29:57.136400
1,550,557,797.1364
9,426
pythondev
help
can you please advice why I am getting this error..
2019-02-19T06:30:29.137100
Lynsey
pythondev_help_Lynsey_2019-02-19T06:30:29.137100
1,550,557,829.1371
9,427
pythondev
help
how to resolve this error?
2019-02-19T06:30:55.137300
Aracelis
pythondev_help_Aracelis_2019-02-19T06:30:55.137300
1,550,557,855.1373
9,428
pythondev
help
Error Logs: Error: While importing "project", an ImportError was raised: Traceback (most recent call last): File "C:\Users\Abdul Qadir\PycharmProjects\DB\venv\lib\site-packages\flask\cli.py", line 235, in locate_app __import__(module_name) File "C:\Users\Abdul Qadir\PycharmProjects\DB\project.py", line 15, in ...
2019-02-19T06:32:00.137600
Kia
pythondev_help_Kia_2019-02-19T06:32:00.137600
1,550,557,920.1376
9,429
pythondev
help
That looks like `snack.py` is importing curses but then the module itself is trying to import `_curses` via the `__init__.py` which can not be found
2019-02-19T06:32:42.138000
Waldo
pythondev_help_Waldo_2019-02-19T06:32:42.138000
1,550,557,962.138
9,430
pythondev
help
No inside the db folder, what odes it look like?
2019-02-19T06:32:55.138500
Karoline
pythondev_help_Karoline_2019-02-19T06:32:55.138500
1,550,557,975.1385
9,431
pythondev
help
What is the folder structure of `C:\Users\PCUser\AppData\Local\Programs\Python\Python37-32\lib\curses`
2019-02-19T06:33:21.139200
Waldo
pythondev_help_Waldo_2019-02-19T06:33:21.139200
1,550,558,001.1392
9,432
pythondev
help
<@Kia> what does the `db` directory look like? where have you created the `Logs` class? does the directory have an `_init_`? What's the error message you're getting?
2019-02-19T06:33:27.139600
Mica
pythondev_help_Mica_2019-02-19T06:33:27.139600
1,550,558,007.1396
9,433
pythondev
help
None
2019-02-19T06:33:59.139700
Kia
pythondev_help_Kia_2019-02-19T06:33:59.139700
1,550,558,039.1397
9,434
pythondev
help
you need an `__init__.py` file inside the `db` folder.
2019-02-19T06:34:40.140200
Karoline
pythondev_help_Karoline_2019-02-19T06:34:40.140200
1,550,558,080.1402
9,435
pythondev
help
that tells python that this folder is a package.
2019-02-19T06:34:48.140400
Karoline
pythondev_help_Karoline_2019-02-19T06:34:48.140400
1,550,558,088.1404
9,436
pythondev
help
<https://www.lfd.uci.edu/~gohlke/pythonlibs/#curses>
2019-02-19T06:35:17.140800
Chester
pythondev_help_Chester_2019-02-19T06:35:17.140800
1,550,558,117.1408
9,437
pythondev
help
Windows problems
2019-02-19T06:35:22.141000
Chester
pythondev_help_Chester_2019-02-19T06:35:22.141000
1,550,558,122.141
9,438
pythondev
help
The file can be empty it just has to exist.
2019-02-19T06:35:42.141200
Karoline
pythondev_help_Karoline_2019-02-19T06:35:42.141200
1,550,558,142.1412
9,439
pythondev
help
repo.create_issue(title="This is a new issue", milestone=milestone) This is the command I am using and I am fetching open milestone details from the repo and assigned to "milestone" But getting this error, not sure why its throwing this error. ---------------------- assert milestone is github.GithubObject.NotSet or ...
2019-02-19T06:39:34.142600
Lynsey
pythondev_help_Lynsey_2019-02-19T06:39:34.142600
1,550,558,374.1426
9,440
pythondev
help
<@Jamee> <https://bugs.python.org/issue31951>
2019-02-19T06:43:36.142700
Donny
pythondev_help_Donny_2019-02-19T06:43:36.142700
1,550,558,616.1427
9,441
pythondev
help
now getting error import app in logger.py
2019-02-19T06:45:57.142900
Kia
pythondev_help_Kia_2019-02-19T06:45:57.142900
1,550,558,757.1429
9,442
pythondev
help
None
2019-02-19T06:46:19.143100
Kia
pythondev_help_Kia_2019-02-19T06:46:19.143100
1,550,558,779.1431
9,443
pythondev
help
logger.py: from project import app, session
2019-02-19T06:48:23.143500
Kia
pythondev_help_Kia_2019-02-19T06:48:23.143500
1,550,558,903.1435
9,444
pythondev
help
what does `project.py` look like - please just use the snippet feature (the little plus next to the text box) not a screenshot
2019-02-19T06:49:28.143700
Karoline
pythondev_help_Karoline_2019-02-19T06:49:28.143700
1,550,558,968.1437
9,445
pythondev
help
Project.py: import datetime import os import signal import time from urllib import unquote from functools import wraps from flask import Flask, render_template, request, \ redirect, jsonify, url_for, flash, send_file, json from sqlalchemy import create_engine, asc, desc, and_ from sqlalchemy.orm import sessionmake...
2019-02-19T06:50:38.143900
Kia
pythondev_help_Kia_2019-02-19T06:50:38.143900
1,550,559,038.1439
9,446
pythondev
help
```Project.py: import datetime import os import signal import time from urllib import unquote from functools import wraps from flask import Flask, render_template, request, \ redirect, jsonify, url_for, flash, send_file, json from sqlalchemy import create_engine, asc, desc, and_ from sqlalchemy.orm import sessionm...
2019-02-19T06:51:07.144500
Leana
pythondev_help_Leana_2019-02-19T06:51:07.144500
1,550,559,067.1445
9,447
pythondev
help
That's hard to read, can you use the snippet feature?
2019-02-19T06:53:45.144700
Karoline
pythondev_help_Karoline_2019-02-19T06:53:45.144700
1,550,559,225.1447
9,448
pythondev
help
you have a circular import though - you import from project in logger and logger from project.
2019-02-19T06:54:20.144900
Karoline
pythondev_help_Karoline_2019-02-19T06:54:20.144900
1,550,559,260.1449
9,449
pythondev
help
you'll need to fix that.
2019-02-19T06:54:24.145100
Karoline
pythondev_help_Karoline_2019-02-19T06:54:24.145100
1,550,559,264.1451
9,450
pythondev
help
<@Leana> what you do this code?
2019-02-19T06:56:45.146100
Donny
pythondev_help_Donny_2019-02-19T06:56:45.146100
1,550,559,405.1461
9,451
pythondev
help
it was working fine in python v3.7.0
2019-02-19T06:57:16.146300
Kia
pythondev_help_Kia_2019-02-19T06:57:16.146300
1,550,559,436.1463
9,452
pythondev
help
now i am deploying to aws it has 2.7 version python
2019-02-19T06:57:39.146700
Kia
pythondev_help_Kia_2019-02-19T06:57:39.146700
1,550,559,459.1467
9,453
pythondev
help
I think 3.7 actually supports circular imports within a submodule
2019-02-19T07:05:02.147000
Karoline
pythondev_help_Karoline_2019-02-19T07:05:02.147000
1,550,559,902.147
9,454
pythondev
help
With a little bit of more specific help I think I'll figure it out.
2019-02-19T07:33:35.147300
Lorinda
pythondev_help_Lorinda_2019-02-19T07:33:35.147300
1,550,561,615.1473
9,455
pythondev
help
My understanding has improved significantly from the 1st we talked mate. So thank you for that!
2019-02-19T07:33:57.147500
Lorinda
pythondev_help_Lorinda_2019-02-19T07:33:57.147500
1,550,561,637.1475
9,456
pythondev
help
what's `type(milestone)`?
2019-02-19T07:36:10.147700
Jame
pythondev_help_Jame_2019-02-19T07:36:10.147700
1,550,561,770.1477
9,457
pythondev
help
It looks like you have an assertion to make sure that `milestone` is an instance of one of those two classes, and yours isn't
2019-02-19T07:37:34.147900
Jame
pythondev_help_Jame_2019-02-19T07:37:34.147900
1,550,561,854.1479
9,458
pythondev
help
No problem. The python function you originally showed me effectively generates a command by adding stuff to a list. There's no fancy objects involved with that part of the function. It's just a standard list using standard list methods (in Python, methods are functions that are "bound" to an object). That part also mak...
2019-02-19T09:16:38.148600
Ashley
pythondev_help_Ashley_2019-02-19T09:16:38.148600
1,550,567,798.1486
9,459
pythondev
help
<@Jame> Thanks for your response. The issue has been solved after checking the type of milestone
2019-02-19T09:54:00.149300
Lynsey
pythondev_help_Lynsey_2019-02-19T09:54:00.149300
1,550,570,040.1493
9,460
pythondev
help
glad to hear it
2019-02-19T09:54:40.149500
Jame
pythondev_help_Jame_2019-02-19T09:54:40.149500
1,550,570,080.1495
9,461
pythondev
help
I'm facing an issue using an api I'm working with. I'm trying to figure out how I can poll a task indefinitely. The task relies on having the `BaseClient`s None parameters updated with a `session_token` and `user_id`. These are required for long polling. Everytime I run get_client it creates a new instance and the log...
2019-02-19T10:37:54.160000
Franklyn
pythondev_help_Franklyn_2019-02-19T10:37:54.160000
1,550,572,674.16
9,462
pythondev
help
*Base and API Client* ```import requests import os from matchbook.exceptions import PasswordError from matchbook.enums import ExchangeType, OddsType, Currency class BaseClient(object): def __init__(self, username, password=None, locale=None): self.username = username self.password = password ...
2019-02-19T10:38:29.160300
Franklyn
pythondev_help_Franklyn_2019-02-19T10:38:29.160300
1,550,572,709.1603
9,463
pythondev
help
If I understand you right, you want to have a task run indefinitely that polls a service?
2019-02-19T10:41:00.160900
Hiroko
pythondev_help_Hiroko_2019-02-19T10:41:00.160900
1,550,572,860.1609
9,464
pythondev
help
<@Hiroko> yes using the Base and API Client above
2019-02-19T10:41:25.161200
Franklyn
pythondev_help_Franklyn_2019-02-19T10:41:25.161200
1,550,572,885.1612
9,465
pythondev
help
but `get_balance` doesn’t do that. It just calls once and exits
2019-02-19T10:42:10.161800
Hiroko
pythondev_help_Hiroko_2019-02-19T10:42:10.161800
1,550,572,930.1618
9,466
pythondev
help
remember, a task doesn’t share state unless you specify it
2019-02-19T10:42:38.162700
Hiroko
pythondev_help_Hiroko_2019-02-19T10:42:38.162700
1,550,572,958.1627
9,467
pythondev
help
so why not rewrite `get_balance` to run an infinite loop with a sleep interval?
2019-02-19T10:43:54.164800
Hiroko
pythondev_help_Hiroko_2019-02-19T10:43:54.164800
1,550,573,034.1648
9,468
pythondev
help
Oh forgot to mention that I have a celery beat scheduler for `get_balance`, my problem is everytime it calls The `BaseClient` it calls a new instance of `BaseClient`. I need to call the `BaseClient` when the class has updated the `session_token` and `user_id`
2019-02-19T10:45:04.165900
Franklyn
pythondev_help_Franklyn_2019-02-19T10:45:04.165900
1,550,573,104.1659
9,469
pythondev
help
`apiclient = APIClient(username, password)` is creating a new instance each time
2019-02-19T10:48:09.166700
Hiroko
pythondev_help_Hiroko_2019-02-19T10:48:09.166700
1,550,573,289.1667
9,470
pythondev
help
so, if you want that client to persist, make it exist out of the scope of that method
2019-02-19T10:48:50.167300
Hiroko
pythondev_help_Hiroko_2019-02-19T10:48:50.167300
1,550,573,330.1673
9,471
pythondev
help
or make APIClient a singleton
2019-02-19T10:49:55.168600
Hiroko
pythondev_help_Hiroko_2019-02-19T10:49:55.168600
1,550,573,395.1686
9,472
pythondev
help
How can I make it exit out of the scope? The session token expires after 6 hours so the APIClient will need to be updated.
2019-02-19T10:54:54.170400
Franklyn
pythondev_help_Franklyn_2019-02-19T10:54:54.170400
1,550,573,694.1704
9,473
pythondev
help
You declare the variable somewhere that isn't inside the method, pass it in (or reference it globally), and then check for session token validity inside the method before you use it, refreshing the global `APIClient` as needed when the token expires.
2019-02-19T11:32:58.172000
Carmen
pythondev_help_Carmen_2019-02-19T11:32:58.172000
1,550,575,978.172
9,474
pythondev
help
Figure I'd follow-up with my prior Django / React CSRF issue I was referencing above. I found a solution by adding this to the top of my App.js file: ``` import cookie from 'react-cookies'; axios.defaults.xsrfCookieName = 'csrftoken'; axios.defaults.xsrfHeaderName = 'X-CSRFToken'; ``` And later in the same file unde...
2019-02-19T11:49:50.175900
Tynisha
pythondev_help_Tynisha_2019-02-19T11:49:50.175900
1,550,576,990.1759
9,475
pythondev
help
Hey all, I have a detailed floor plan of a building and want use some sort of edge detection to remove the unnecessary text, double walls etc. And give me a basic outline of the rooms. Any suggestions?
2019-02-19T14:54:34.179900
Eddie
pythondev_help_Eddie_2019-02-19T14:54:34.179900
1,550,588,074.1799
9,476
pythondev
help
<@Eddie> I doubt anything like that exists that's also free. You could probably quickly draw it up yourself using an SVG
2019-02-19T15:04:05.180900
Ashley
pythondev_help_Ashley_2019-02-19T15:04:05.180900
1,550,588,645.1809
9,477
pythondev
help
SVG or even just paths inside GIMP.
2019-02-19T15:07:31.181300
Carmen
pythondev_help_Carmen_2019-02-19T15:07:31.181300
1,550,588,851.1813
9,478
pythondev
help
Yeah ive done that already just tracing the lines manually, was thinking it would be nice to automate in case any future projects require a similar thing
2019-02-19T15:11:25.183200
Eddie
pythondev_help_Eddie_2019-02-19T15:11:25.183200
1,550,589,085.1832
9,479
pythondev
help
I wouldn't trust stuff like that to detect things like double walls, or superfluous text
2019-02-19T15:26:52.184300
Ashley
pythondev_help_Ashley_2019-02-19T15:26:52.184300
1,550,590,012.1843
9,480
pythondev
help
I doubt there's any cheap/free options either
2019-02-19T15:27:10.184800
Ashley
pythondev_help_Ashley_2019-02-19T15:27:10.184800
1,550,590,030.1848
9,481
pythondev
help
you'd probably be better off just getting good with the GIMP path tool
2019-02-19T15:28:43.185400
Ashley
pythondev_help_Ashley_2019-02-19T15:28:43.185400
1,550,590,123.1854
9,482
pythondev
help
There are OCR tools that could probably detect text and delete it. But none of them would be able to assess what is "unnecessary" text. It would be all or nothing.
2019-02-19T15:30:53.186900
My
pythondev_help_My_2019-02-19T15:30:53.186900
1,550,590,253.1869
9,483
pythondev
help
<@Ashley> thanks for your input!
2019-02-19T16:31:23.187600
Eddie
pythondev_help_Eddie_2019-02-19T16:31:23.187600
1,550,593,883.1876
9,484
pythondev
help
<@My> I'm fine with all text being removed as all I want in the end is a bunch of basic shapes outlining rooms
2019-02-19T16:32:06.188900
Eddie
pythondev_help_Eddie_2019-02-19T16:32:06.188900
1,550,593,926.1889
9,485
pythondev
help
<@Sasha> I am running windows 10 and I want to run it on python 3.6
2019-02-19T17:17:26.189200
Rodrick
pythondev_help_Rodrick_2019-02-19T17:17:26.189200
1,550,596,646.1892
9,486
pythondev
help
Sorry to get back so late
2019-02-19T17:17:32.189400
Rodrick
pythondev_help_Rodrick_2019-02-19T17:17:32.189400
1,550,596,652.1894
9,487
pythondev
help
For anyone interested I found this paper on room detection from a floorplan
2019-02-19T18:08:46.190800
Eddie
pythondev_help_Eddie_2019-02-19T18:08:46.190800
1,550,599,726.1908
9,488
pythondev
help
hello, can one refer a class from itself, this way: ``` class ReportOutputCategoryItem(BaseModel): swagger_types = { 'items': List[ReportOutputCategoryItem] } ```
2019-02-19T18:19:58.191900
Deangelo
pythondev_help_Deangelo_2019-02-19T18:19:58.191900
1,550,600,398.1919
9,489
pythondev
help
nvm, I just did it this way after defining the class: ``` ReportOutputCategoryItem.swagger_types['items'] = List[ReportOutputCategoryItem] ```
2019-02-19T18:23:56.192800
Deangelo
pythondev_help_Deangelo_2019-02-19T18:23:56.192800
1,550,600,636.1928
9,490
pythondev
help
From a I need to deploy this stuff and need to understand what it actually is heh
2019-02-19T19:38:52.193200
Judith
pythondev_help_Judith_2019-02-19T19:38:52.193200
1,550,605,132.1932
9,491
pythondev
help
like you have a ML model and have been charged with puttin it in prod. But you didnt make it?
2019-02-19T19:39:33.193400
Bethany
pythondev_help_Bethany_2019-02-19T19:39:33.193400
1,550,605,173.1934
9,492
pythondev
help
This looks quite likely to be vulnerable to deserialisation attacks.. sanitise your inputs!
2019-02-19T21:29:27.194100
Paz
pythondev_help_Paz_2019-02-19T21:29:27.194100
1,550,611,767.1941
9,493
pythondev
help
very random question, does anybody know how to make the output of a `string.replace()` be single quotes? I’m using it on the way to a SQL database and it’s messing things up by using double quotes when it replaces.
2019-02-19T21:32:31.195300
Devin
pythondev_help_Devin_2019-02-19T21:32:31.195300
1,550,611,951.1953
9,494
pythondev
help
Can you clarify? The quotes around debug output aren't actually present in the string, if that's what you mean.
2019-02-19T21:34:14.195800
Sasha
pythondev_help_Sasha_2019-02-19T21:34:14.195800
1,550,612,054.1958
9,495
pythondev
help
for example
2019-02-19T21:34:35.196000
Devin
pythondev_help_Devin_2019-02-19T21:34:35.196000
1,550,612,075.196
9,496
pythondev
help
None
2019-02-19T21:34:38.196100
Devin
pythondev_help_Devin_2019-02-19T21:34:38.196100
1,550,612,078.1961
9,497
pythondev
help
and since this is being injected into a SQL statement it’s mucking things up
2019-02-19T21:34:56.196700
Devin
pythondev_help_Devin_2019-02-19T21:34:56.196700
1,550,612,096.1967
9,498
pythondev
help
i’ve noticed that everything is single quotes except for instances where the replace was performed
2019-02-19T21:35:17.197200
Devin
pythondev_help_Devin_2019-02-19T21:35:17.197200
1,550,612,117.1972
9,499
pythondev
help
and to get the SQL to work that would need to be `'Mary''s Pizza'` instead of `"Mary''s Pizza"`
2019-02-19T21:35:47.198100
Devin
pythondev_help_Devin_2019-02-19T21:35:47.198100
1,550,612,147.1981
9,500
pythondev
help
Please post a copy of the code doing the replacing.
2019-02-19T21:35:59.198500
Carmen
pythondev_help_Carmen_2019-02-19T21:35:59.198500
1,550,612,159.1985
9,501
pythondev
help
`r[76].value.replace("'", "''")`
2019-02-19T21:36:12.198700
Devin
pythondev_help_Devin_2019-02-19T21:36:12.198700
1,550,612,172.1987
9,502
pythondev
help
i’m having a hard time googling this one because it’s tons of results where people want to replace double quotes lol
2019-02-19T21:37:04.199800
Devin
pythondev_help_Devin_2019-02-19T21:37:04.199800
1,550,612,224.1998
9,503
pythondev
help
And how are you adding it to the SQL? Because what you're doing in the replace shouldn't have anything to do with surrounding quotes.
2019-02-19T21:37:29.200400
Carmen
pythondev_help_Carmen_2019-02-19T21:37:29.200400
1,550,612,249.2004
9,504
pythondev
help
well i’m pulling the example (like in the screenshot) before it’s passed
2019-02-19T21:38:34.201100
Devin
pythondev_help_Devin_2019-02-19T21:38:34.201100
1,550,612,314.2011
9,505
pythondev
help
In that case, we're going to need to see a full copy of the code. What you're describing should not be happening at all from a simple replace operation.
2019-02-19T21:39:22.202000
Carmen
pythondev_help_Carmen_2019-02-19T21:39:22.202000
1,550,612,362.202
9,506
pythondev
help
but it is…
2019-02-19T21:40:48.202200
Devin
pythondev_help_Devin_2019-02-19T21:40:48.202200
1,550,612,448.2022
9,507
pythondev
help
lol
2019-02-19T21:40:49.202400
Devin
pythondev_help_Devin_2019-02-19T21:40:49.202400
1,550,612,449.2024
9,508
pythondev
help
in python i know you can interchange `'` and `"` for strings, but is there a way to perhaps force one?
2019-02-19T21:41:56.203100
Devin
pythondev_help_Devin_2019-02-19T21:41:56.203100
1,550,612,516.2031
9,509
pythondev
help
because it seems that the `.replace` function is outputting `"`
2019-02-19T21:42:21.203500
Devin
pythondev_help_Devin_2019-02-19T21:42:21.203500
1,550,612,541.2035
9,510
pythondev
help
Then show us the code. There is absolutely no way to reproduce what you're seeing without having the code to run.
2019-02-19T21:45:31.204400
Carmen
pythondev_help_Carmen_2019-02-19T21:45:31.204400
1,550,612,731.2044
9,511
pythondev
help
sure - i was trying to save time. For context I’m loading an excel file and pushing it to a database.
2019-02-19T21:47:06.205100
Devin
pythondev_help_Devin_2019-02-19T21:47:06.205100
1,550,612,826.2051
9,512
pythondev
help
two parts:
2019-02-19T21:47:20.205500
Devin
pythondev_help_Devin_2019-02-19T21:47:20.205500
1,550,612,840.2055
9,513
pythondev
help
None
2019-02-19T21:47:31.205600
Devin
pythondev_help_Devin_2019-02-19T21:47:31.205600
1,550,612,851.2056
9,514
pythondev
help
And this is the function from that `Database` class
2019-02-19T21:48:52.206300
Devin
pythondev_help_Devin_2019-02-19T21:48:52.206300
1,550,612,932.2063
9,515
pythondev
help
None
2019-02-19T21:49:05.206500
Devin
pythondev_help_Devin_2019-02-19T21:49:05.206500
1,550,612,945.2065
9,516
pythondev
help
and I can’t post a screenshot because it’s sensitive info, but I can clearly see that the results of the `.replace` are in double quotes and everything else is in single quotes
2019-02-19T21:49:50.207500
Devin
pythondev_help_Devin_2019-02-19T21:49:50.207500
1,550,612,990.2075
9,517
pythondev
help
Are you looking at the print output, or what is ending up in the database?
2019-02-19T21:52:09.208900
Sasha
pythondev_help_Sasha_2019-02-19T21:52:09.208900
1,550,613,129.2089
9,518
pythondev
help
print output because i haven’t got it to push to the DB yet and the error is super vague
2019-02-19T21:53:12.209600
Devin
pythondev_help_Devin_2019-02-19T21:53:12.209600
1,550,613,192.2096
9,519
pythondev
help
So i was entering the output of the query directly into MSSQL
2019-02-19T21:53:35.210000
Devin
pythondev_help_Devin_2019-02-19T21:53:35.210000
1,550,613,215.21
9,520