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
there are other error codes that are more likely to show up if the website blocks you
2019-04-30T07:01:04.189600
Jettie
pythondev_help_Jettie_2019-04-30T07:01:04.189600
1,556,607,664.1896
21,521
pythondev
help
if you can confirm that you get this error code reliably, and at the same time you can connect to other hosts, then maybe
2019-04-30T07:02:10.191000
Jettie
pythondev_help_Jettie_2019-04-30T07:02:10.191000
1,556,607,730.191
21,522
pythondev
help
Yeah it worked with a vpn just now
2019-04-30T07:07:56.191400
Conchita
pythondev_help_Conchita_2019-04-30T07:07:56.191400
1,556,608,076.1914
21,523
pythondev
help
I've scraped this data for 6 months without any issue
2019-04-30T07:08:54.192600
Conchita
pythondev_help_Conchita_2019-04-30T07:08:54.192600
1,556,608,134.1926
21,524
pythondev
help
So they probably took notice
2019-04-30T07:09:01.192800
Conchita
pythondev_help_Conchita_2019-04-30T07:09:01.192800
1,556,608,141.1928
21,525
pythondev
help
:thinking_face:
2019-04-30T07:09:05.193000
Jettie
pythondev_help_Jettie_2019-04-30T07:09:05.193000
1,556,608,145.193
21,526
pythondev
help
I'm only in for a few seconds per day and they don't disallow scrapers
2019-04-30T07:09:33.193700
Conchita
pythondev_help_Conchita_2019-04-30T07:09:33.193700
1,556,608,173.1937
21,527
pythondev
help
So its a bit peculiar
2019-04-30T07:09:43.193900
Conchita
pythondev_help_Conchita_2019-04-30T07:09:43.193900
1,556,608,183.1939
21,528
pythondev
help
probably just an unreliable network
2019-04-30T07:10:54.194400
Jettie
pythondev_help_Jettie_2019-04-30T07:10:54.194400
1,556,608,254.1944
21,529
pythondev
help
That could be
2019-04-30T07:11:03.194600
Conchita
pythondev_help_Conchita_2019-04-30T07:11:03.194600
1,556,608,263.1946
21,530
pythondev
help
if you connect to the server can you curl the website now ?
2019-04-30T07:15:07.194900
Jimmy
pythondev_help_Jimmy_2019-04-30T07:15:07.194900
1,556,608,507.1949
21,531
pythondev
help
and would wait to see if your next run fails
2019-04-30T07:15:19.195200
Jimmy
pythondev_help_Jimmy_2019-04-30T07:15:19.195200
1,556,608,519.1952
21,532
pythondev
help
thanks
2019-04-30T08:08:51.195500
Rhona
pythondev_help_Rhona_2019-04-30T08:08:51.195500
1,556,611,731.1955
21,533
pythondev
help
I'm getting another strange error when running another script now (Python been acting a bit strange ever since I installed Google Cloud SDK)
2019-04-30T10:21:56.198100
Conchita
pythondev_help_Conchita_2019-04-30T10:21:56.198100
1,556,619,716.1981
21,534
pythondev
help
When running this I'm getting ```FileNotFoundError: [Errno 2] No such file or directory: '/Users/justine/Desktop/black_magic/Whale 2.0/collect/data/pot/pot_300419.csv' ```
2019-04-30T10:22:57.198400
Conchita
pythondev_help_Conchita_2019-04-30T10:22:57.198400
1,556,619,777.1984
21,535
pythondev
help
My code is supposed to create this file that it returns doesn't exist
2019-04-30T10:23:30.199000
Conchita
pythondev_help_Conchita_2019-04-30T10:23:30.199000
1,556,619,810.199
21,536
pythondev
help
I ran the same script earlier today for other subdomains without an issue, and have done this for about six months for aobut 14 subdomains, including this one until today
2019-04-30T10:24:14.200100
Conchita
pythondev_help_Conchita_2019-04-30T10:24:14.200100
1,556,619,854.2001
21,537
pythondev
help
(normally this loops through multiple subdomains similar to `pot`, but removed it for an easier read)
2019-04-30T10:25:24.201300
Conchita
pythondev_help_Conchita_2019-04-30T10:25:24.201300
1,556,619,924.2013
21,538
pythondev
help
I have double checked that the path is correct
2019-04-30T10:26:20.202200
Conchita
pythondev_help_Conchita_2019-04-30T10:26:20.202200
1,556,619,980.2022
21,539
pythondev
help
Does the file exists?
2019-04-30T10:26:23.202300
Clemmie
pythondev_help_Clemmie_2019-04-30T10:26:23.202300
1,556,619,983.2023
21,540
pythondev
help
yes, ok
2019-04-30T10:26:27.202500
Clemmie
pythondev_help_Clemmie_2019-04-30T10:26:27.202500
1,556,619,987.2025
21,541
pythondev
help
The file doesn't exist, it should be created by this script
2019-04-30T10:26:48.202900
Conchita
pythondev_help_Conchita_2019-04-30T10:26:48.202900
1,556,620,008.2029
21,542
pythondev
help
ah, I see, the `to_csv`
2019-04-30T10:27:31.203600
Clemmie
pythondev_help_Clemmie_2019-04-30T10:27:31.203600
1,556,620,051.2036
21,543
pythondev
help
are you possibly running this script with permissions that don’t have write access?
2019-04-30T10:27:49.204000
Clemmie
pythondev_help_Clemmie_2019-04-30T10:27:49.204000
1,556,620,069.204
21,544
pythondev
help
It has created files to the same directory by the same user profile for many months, and nothing I have done today should have changed that (runs locally)
2019-04-30T10:29:08.205300
Conchita
pythondev_help_Conchita_2019-04-30T10:29:08.205300
1,556,620,148.2053
21,545
pythondev
help
for a sanity check - from a cli can you run `touch /Users/justine/Desktop/black_magic/Whale 2.0/collect/data/pot/pot_300419.csv`
2019-04-30T10:29:22.205500
Clemmie
pythondev_help_Clemmie_2019-04-30T10:29:22.205500
1,556,620,162.2055
21,546
pythondev
help
that should create an empty file with that path/name
2019-04-30T10:29:37.205800
Clemmie
pythondev_help_Clemmie_2019-04-30T10:29:37.205800
1,556,620,177.2058
21,547
pythondev
help
That gave ```touch /Users/justine/Desktop/black_magic/Whale 2.0/collect/data/pot/pot_300419.csv touch: 2.0/collect/data/pot/pot_300419.csv: No such file or directory```
2019-04-30T10:31:10.206300
Conchita
pythondev_help_Conchita_2019-04-30T10:31:10.206300
1,556,620,270.2063
21,548
pythondev
help
Could it be an issue with the space in `Whale 2.0`?
2019-04-30T10:31:27.207000
Conchita
pythondev_help_Conchita_2019-04-30T10:31:27.207000
1,556,620,287.207
21,549
pythondev
help
ok - it doesn’t like that path
2019-04-30T10:31:28.207200
Clemmie
pythondev_help_Clemmie_2019-04-30T10:31:28.207200
1,556,620,288.2072
21,550
pythondev
help
oh, yeah - a space will cause all sorts of issues
2019-04-30T10:31:40.207700
Clemmie
pythondev_help_Clemmie_2019-04-30T10:31:40.207700
1,556,620,300.2077
21,551
pythondev
help
haha seems not
2019-04-30T10:31:42.207800
Conchita
pythondev_help_Conchita_2019-04-30T10:31:42.207800
1,556,620,302.2078
21,552
pythondev
help
you need the escape spaces in paths with `/` - much easier to just not have them
2019-04-30T10:32:07.208300
Clemmie
pythondev_help_Clemmie_2019-04-30T10:32:07.208300
1,556,620,327.2083
21,553
pythondev
help
can you move that folder to `Whale_2.0` or `Whale2.0`?
2019-04-30T10:32:32.208800
Clemmie
pythondev_help_Clemmie_2019-04-30T10:32:32.208800
1,556,620,352.2088
21,554
pythondev
help
whitespace is the bane of file structure navigation
2019-04-30T10:33:30.209200
Clemmie
pythondev_help_Clemmie_2019-04-30T10:33:30.209200
1,556,620,410.2092
21,555
pythondev
help
Noted, and tried. But same result
2019-04-30T10:33:54.209600
Conchita
pythondev_help_Conchita_2019-04-30T10:33:54.209600
1,556,620,434.2096
21,556
pythondev
help
same error?
2019-04-30T10:34:23.209800
Clemmie
pythondev_help_Clemmie_2019-04-30T10:34:23.209800
1,556,620,463.2098
21,557
pythondev
help
How would I find files with a specific extension in a directory using os module
2019-04-30T10:34:40.210000
Emelda
pythondev_help_Emelda_2019-04-30T10:34:40.210000
1,556,620,480.21
21,558
pythondev
help
Yes ```touch /Users/justine/Desktop/black_magic/Whale2.0/collect/data/pot/pot_300419.csv touch: /Users/justine/Desktop/black_magic/Whale2.0/collect/data/pot/pot_300419.csv: No such file or directory ```
2019-04-30T10:35:39.210300
Conchita
pythondev_help_Conchita_2019-04-30T10:35:39.210300
1,556,620,539.2103
21,559
pythondev
help
can you `cd /Users/justine/Desktop/black_magic/Whale2.0/collect/data/pot`
2019-04-30T10:36:03.210600
Clemmie
pythondev_help_Clemmie_2019-04-30T10:36:03.210600
1,556,620,563.2106
21,560
pythondev
help
?
2019-04-30T10:36:05.210800
Clemmie
pythondev_help_Clemmie_2019-04-30T10:36:05.210800
1,556,620,565.2108
21,561
pythondev
help
```/Users/justine/Desktop/black_magic/Whale2.0/data/pot -bash: /Users/justine/Desktop/black_magic/Whale2.0/data/pot: is a directory```
2019-04-30T10:37:20.211300
Conchita
pythondev_help_Conchita_2019-04-30T10:37:20.211300
1,556,620,640.2113
21,562
pythondev
help
ops!
2019-04-30T10:37:30.211700
Conchita
pythondev_help_Conchita_2019-04-30T10:37:30.211700
1,556,620,650.2117
21,563
pythondev
help
I was able to cd into it
2019-04-30T10:38:04.212000
Conchita
pythondev_help_Conchita_2019-04-30T10:38:04.212000
1,556,620,684.212
21,564
pythondev
help
<@Emelda> you want to use `[f for f in os.listdir('.') if os.path.isfile(f)]` to get all the files in the current directory and use a regex or simple string matching to match on the extension of choice
2019-04-30T10:38:29.212500
Clemmie
pythondev_help_Clemmie_2019-04-30T10:38:29.212500
1,556,620,709.2125
21,565
pythondev
help
And I'm finding all the other files there when using `ls`
2019-04-30T10:38:47.213200
Conchita
pythondev_help_Conchita_2019-04-30T10:38:47.213200
1,556,620,727.2132
21,566
pythondev
help
<@Conchita> now that you are in it can you `touch` the file name, or even `touch a`?
2019-04-30T10:38:48.213300
Clemmie
pythondev_help_Clemmie_2019-04-30T10:38:48.213300
1,556,620,728.2133
21,567
pythondev
help
Yes, while in the dir, I could successfully `touch` the file name
2019-04-30T10:40:31.214100
Conchita
pythondev_help_Conchita_2019-04-30T10:40:31.214100
1,556,620,831.2141
21,568
pythondev
help
Which created an empty csv file
2019-04-30T10:40:38.214300
Conchita
pythondev_help_Conchita_2019-04-30T10:40:38.214300
1,556,620,838.2143
21,569
pythondev
help
`rm` the file and try the script again for me?
2019-04-30T10:41:42.214800
Clemmie
pythondev_help_Clemmie_2019-04-30T10:41:42.214800
1,556,620,902.2148
21,570
pythondev
help
be fore you run the script do `cd ~` and then `cd` back into the script folder
2019-04-30T10:42:07.215400
Clemmie
pythondev_help_Clemmie_2019-04-30T10:42:07.215400
1,556,620,927.2154
21,571
pythondev
help
Followed all your steps, including rm the file successfully, but same result when running the script ```FileNotFoundError: [Errno 2] No such file or directory: '/Users/justine/Desktop/black_magic/Whale2.0/collect/data/pot/pot_300419.csv'```
2019-04-30T10:44:54.216500
Conchita
pythondev_help_Conchita_2019-04-30T10:44:54.216500
1,556,621,094.2165
21,572
pythondev
help
[f for f in os.listdir(‘.’) if os.path.isfile(f) and f.endswith(’extension of interest)]
2019-04-30T10:45:07.216600
Clemmie
pythondev_help_Clemmie_2019-04-30T10:45:07.216600
1,556,621,107.2166
21,573
pythondev
help
I see a folder `collect` in that error, but I didn’t see that when you `cd`ed into it.
2019-04-30T10:47:03.217700
Clemmie
pythondev_help_Clemmie_2019-04-30T10:47:03.217700
1,556,621,223.2177
21,574
pythondev
help
does that whole path exist?
2019-04-30T10:47:11.218000
Clemmie
pythondev_help_Clemmie_2019-04-30T10:47:11.218000
1,556,621,231.218
21,575
pythondev
help
Nice eyes
2019-04-30T10:49:13.218800
Conchita
pythondev_help_Conchita_2019-04-30T10:49:13.218800
1,556,621,353.2188
21,576
pythondev
help
this is my dir structure:
2019-04-30T10:49:26.219200
Conchita
pythondev_help_Conchita_2019-04-30T10:49:26.219200
1,556,621,366.2192
21,577
pythondev
help
```Whale2.0 --\init.py --\collect --\cryptoid.py (the script) --\data --\pot (the dir the script should create the file in) --\ x```
2019-04-30T10:51:17.221100
Conchita
pythondev_help_Conchita_2019-04-30T10:51:17.221100
1,556,621,477.2211
21,578
pythondev
help
Maybe because I cd into collect, that it gave off this traceback?
2019-04-30T10:51:46.221700
Conchita
pythondev_help_Conchita_2019-04-30T10:51:46.221700
1,556,621,506.2217
21,579
pythondev
help
ok - so that `ROOT_DIR` bit won’t work because it is giving you the root of the script, but the script is in a different section of the tree than where you want the data.
2019-04-30T10:52:31.222700
Clemmie
pythondev_help_Clemmie_2019-04-30T10:52:31.222700
1,556,621,551.2227
21,580
pythondev
help
wait…
2019-04-30T10:53:07.222900
Clemmie
pythondev_help_Clemmie_2019-04-30T10:53:07.222900
1,556,621,587.2229
21,581
pythondev
help
I’m confused by the naming of collect.py and cryptoid.py - is cryptoid in a folder called collect, and the collect folder is a sibling to a file called collect.py?
2019-04-30T10:54:22.224400
Clemmie
pythondev_help_Clemmie_2019-04-30T10:54:22.224400
1,556,621,662.2244
21,582
pythondev
help
Sorry - `collect.py` should be `collect` - its a directory, not a script
2019-04-30T10:55:00.225200
Conchita
pythondev_help_Conchita_2019-04-30T10:55:00.225200
1,556,621,700.2252
21,583
pythondev
help
ok, so what i said above is the same
2019-04-30T10:55:17.225600
Clemmie
pythondev_help_Clemmie_2019-04-30T10:55:17.225600
1,556,621,717.2256
21,584
pythondev
help
Yes, I must change the `ROOT_DIR`
2019-04-30T10:56:10.226300
Conchita
pythondev_help_Conchita_2019-04-30T10:56:10.226300
1,556,621,770.2263
21,585
pythondev
help
replace csv_dir with `csv_path = os.path.split(ROOT_DIR)[0] + f'/data/{coin}/{coin}_{todays_date}.csv'`
2019-04-30T10:56:15.226500
Clemmie
pythondev_help_Clemmie_2019-04-30T10:56:15.226500
1,556,621,775.2265
21,586
pythondev
help
`split` splits the terminal folder from the tree into a tuple
2019-04-30T10:56:56.227500
Clemmie
pythondev_help_Clemmie_2019-04-30T10:56:56.227500
1,556,621,816.2275
21,587
pythondev
help
Thank you Mr. Chief Wizard
2019-04-30T10:57:30.227800
Conchita
pythondev_help_Conchita_2019-04-30T10:57:30.227800
1,556,621,850.2278
21,588
pythondev
help
I wish I could send you the feeling I have now as a thanks
2019-04-30T10:57:47.228400
Conchita
pythondev_help_Conchita_2019-04-30T10:57:47.228400
1,556,621,867.2284
21,589
pythondev
help
No need
2019-04-30T10:57:53.228600
Clemmie
pythondev_help_Clemmie_2019-04-30T10:57:53.228600
1,556,621,873.2286
21,590
pythondev
help
Really appreciate your patience and amazing help! Have a :taco: at least <@Clemmie> :pray::pray::pray:
2019-04-30T10:58:37.230100
Conchita
pythondev_help_Conchita_2019-04-30T10:58:37.230100
1,556,621,917.2301
21,591
pythondev
help
in the future you might want to set up symbolic link for stuff like this. then you don’t need to worry about the local structure, just write to `/var/data_sym` or something like that
2019-04-30T10:58:57.230500
Clemmie
pythondev_help_Clemmie_2019-04-30T10:58:57.230500
1,556,621,937.2305
21,592
pythondev
help
then you can move code wherever, and not need to worry about the file stuff getting out of sync with where things live
2019-04-30T10:59:19.231000
Clemmie
pythondev_help_Clemmie_2019-04-30T10:59:19.231000
1,556,621,959.231
21,593
pythondev
help
Aha, I thought I was covered like that with my current setup. Taking notes!
2019-04-30T11:00:22.231700
Conchita
pythondev_help_Conchita_2019-04-30T11:00:22.231700
1,556,622,022.2317
21,594
pythondev
help
Thanks again
2019-04-30T11:00:31.232000
Conchita
pythondev_help_Conchita_2019-04-30T11:00:31.232000
1,556,622,031.232
21,595
pythondev
help
IS there an easy way to have a confirmation before deleting a file in python?
2019-04-30T11:43:21.235400
Emelda
pythondev_help_Emelda_2019-04-30T11:43:21.235400
1,556,624,601.2354
21,596
pythondev
help
```import getpass import os import sys Currentuser = getpass.getuser() OutlookPath = "C:\\users\\" + Currentuser + "\\appdata\\local\\Microsoft\\Outlook\\" search = 'MicrosoftOffice16_Data:' if os.path.exists(OutlookPath): print("Found outlook path\nDeleting OST files") for file in os.listdir(OutlookPath): if file.endswith(".ost"): print("The following files will be removed") print(file)```
2019-04-30T11:43:48.235700
Emelda
pythondev_help_Emelda_2019-04-30T11:43:48.235700
1,556,624,628.2357
21,597
pythondev
help
add `input()` calls with y/n options
2019-04-30T11:44:18.236700
Clemmie
pythondev_help_Clemmie_2019-04-30T11:44:18.236700
1,556,624,658.2367
21,598
pythondev
help
Is anyone familiar with Paramiko's `PKey` class? I am trying to create a private key object for SFTP client using a private key file. This is the code I'm using... ```pkey = paramiko.pkey.PKey.from_private_key_file(filename=pkey_file,password="")``` and this is my traceback ```Traceback (most recent call last): File "./send_issue_json_sftp", line 15, in &lt;module&gt; pkey_cls = paramiko.pkey.PKey.from_private_key_file(filename=pkey_file,password="") File "/Users/brendon/Library/Python/2.7/lib/python/site-packages/paramiko/pkey.py", line 206, in from_private_key_file key = cls(filename=filename, password=password) TypeError: __init__() got an unexpected keyword argument 'password'```
2019-04-30T11:44:32.236800
Lawrence
pythondev_help_Lawrence_2019-04-30T11:44:32.236800
1,556,624,672.2368
21,599
pythondev
help
referencing this documentation <http://docs.paramiko.org/en/2.4/api/keys.html#paramiko.pkey.PKey.from_private_key_file>
2019-04-30T11:45:14.237000
Lawrence
pythondev_help_Lawrence_2019-04-30T11:45:14.237000
1,556,624,714.237
21,600
pythondev
help
is `pkey_file` a file handle or file name?
2019-04-30T11:46:15.237600
Clemmie
pythondev_help_Clemmie_2019-04-30T11:46:15.237600
1,556,624,775.2376
21,601
pythondev
help
it's a file name
2019-04-30T11:46:29.237800
Lawrence
pythondev_help_Lawrence_2019-04-30T11:46:29.237800
1,556,624,789.2378
21,602
pythondev
help
a string to the file
2019-04-30T11:46:35.238200
Lawrence
pythondev_help_Lawrence_2019-04-30T11:46:35.238200
1,556,624,795.2382
21,603
pythondev
help
Parameters: filename (str) – name of the file to read
2019-04-30T11:46:41.238500
Lawrence
pythondev_help_Lawrence_2019-04-30T11:46:41.238500
1,556,624,801.2385
21,604
pythondev
help
try `pkey_cls = paramiko.pkey.PKey.from_private_key_file(pkey_file,password="")` it looks like the filename param is positional
2019-04-30T11:47:31.239200
Clemmie
pythondev_help_Clemmie_2019-04-30T11:47:31.239200
1,556,624,851.2392
21,605
pythondev
help
still the same error :confused:
2019-04-30T11:48:10.239400
Lawrence
pythondev_help_Lawrence_2019-04-30T11:48:10.239400
1,556,624,890.2394
21,606
pythondev
help
hmmm
2019-04-30T11:48:17.239600
Clemmie
pythondev_help_Clemmie_2019-04-30T11:48:17.239600
1,556,624,897.2396
21,607
pythondev
help
that is an error from the paramiko code itself
2019-04-30T11:48:28.239900
Clemmie
pythondev_help_Clemmie_2019-04-30T11:48:28.239900
1,556,624,908.2399
21,608
pythondev
help
yah
2019-04-30T11:48:47.240300
Lawrence
pythondev_help_Lawrence_2019-04-30T11:48:47.240300
1,556,624,927.2403
21,609
pythondev
help
I tried removing the password param and no luck
2019-04-30T11:48:55.240600
Lawrence
pythondev_help_Lawrence_2019-04-30T11:48:55.240600
1,556,624,935.2406
21,610
pythondev
help
<https://github.com/paramiko/paramiko/issues/693>
2019-04-30T11:49:10.240800
Clemmie
pythondev_help_Clemmie_2019-04-30T11:49:10.240800
1,556,624,950.2408
21,611
pythondev
help
ah <@Clemmie> :taco:
2019-04-30T11:49:40.241400
Lawrence
pythondev_help_Lawrence_2019-04-30T11:49:40.241400
1,556,624,980.2414
21,612
pythondev
help
bad docs on this one
2019-04-30T11:49:42.241500
Clemmie
pythondev_help_Clemmie_2019-04-30T11:49:42.241500
1,556,624,982.2415
21,613
pythondev
help
cheers - I'm sure I would have dragged on another few hours with this one :sweat_smile:
2019-04-30T11:50:03.242000
Lawrence
pythondev_help_Lawrence_2019-04-30T11:50:03.242000
1,556,625,003.242
21,614
pythondev
help
:slightly_smiling_face:
2019-04-30T11:50:07.242200
Clemmie
pythondev_help_Clemmie_2019-04-30T11:50:07.242200
1,556,625,007.2422
21,615
pythondev
help
how would I get this to be a pure string so python won't try to interpret all the stuff inside? `os.system('for /F "tokens=1,2 delims= " %G in ('cmdkey /list ^| findstr Target') do echo %H')`
2019-04-30T12:14:02.243000
Emelda
pythondev_help_Emelda_2019-04-30T12:14:02.243000
1,556,626,442.243
21,616
pythondev
help
None
2019-04-30T12:14:36.243100
Emelda
pythondev_help_Emelda_2019-04-30T12:14:36.243100
1,556,626,476.2431
21,617
pythondev
help
I know the two "Not Good" lines are not good, but how should I shift the script properly to execute those functions. Note: The code runs fine, I just want to avoid setting it up like this.
2019-04-30T12:18:26.243400
Nenita
pythondev_help_Nenita_2019-04-30T12:18:26.243400
1,556,626,706.2434
21,618
pythondev
help
sorry, was kinda hard to find the 'Not Good' lines.
2019-04-30T12:19:33.243700
Nenita
pythondev_help_Nenita_2019-04-30T12:19:33.243700
1,556,626,773.2437
21,619
pythondev
help
you can wrap the whole thing in triple double quotes `"""` - but why?
2019-04-30T12:20:59.244000
Clemmie
pythondev_help_Clemmie_2019-04-30T12:20:59.244000
1,556,626,859.244
21,620