This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Py4JJavaError | |
[Traceback (most recent call last): | |
, File "/tmp/spark-41eaa017-ebf3-4ee5-9490-25d53a5b20ed/shell_wrapper.py", line 113, in exec | |
self._exec_then_eval(code) | |
, File "/tmp/spark-41eaa017-ebf3-4ee5-9490-25d53a5b20ed/shell_wrapper.py", line 105, in _exec_then_eval | |
exec(compile(block, '<string>', 'exec'), self.globals) | |
, File "<string>", line 3, in <module> | |
, File "/opt/spark/python/lib/pyspark.zip/pyspark/sql/readwriter.py", line 1463, in save | |
self._jwrite.save(path) | |
, File "/opt/spark/python/lib/py4j-0.10.9.7-src.zip/py4j/java_gateway.py", line 1322, in __call__ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"top_keywords":[ | |
"token", | |
"crpyto", | |
"bitcoin", | |
"ethereum", | |
"blockchain", | |
"coinbase", | |
"cryptocurrency", | |
"btc", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
x.com 672M | |
reddit.com 163M | |
bsky.app 106M | |
youtube.com 36.9M | |
4channel.org 4.29M | |
mastodon.social 834k | |
jeuxvideo.com 652k | |
forocoches.com 612k | |
lemmy.world 474k | |
news.ycombinator.com 473k |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from exorde_data import ( | |
Item, | |
Content, | |
Author, | |
CreatedAt, | |
Title, | |
Url, | |
Domain, | |
ExternalParentId |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
language,COUNT(*) | |
en,53882510 | |
es,5012521 | |
ja,3653281 | |
pt,3548869 | |
fr,1487180 | |
de,1297085 | |
tr,850770 | |
ar,829992 | |
it,720955 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
domain,COUNT(*) | |
x.com,49893080 | |
reddit.com,14385495 | |
bsky.app,7292262 | |
youtube.com,1778020 | |
4channel.org,233134 | |
jeuxvideo.com,61373 | |
forocoches.com,55683 | |
mastodon.social,54932 | |
news.ycombinator.com,32216 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pragma solidity 0.8.20; | |
import "@openzeppelin/contracts/token/ERC20/ERC20.sol"; | |
import "@openzeppelin/contracts/token/ERC20/extensions/ERC20Burnable.sol"; | |
import "@openzeppelin/contracts/access/AccessControl.sol"; | |
contract ExordeToken is ERC20, ERC20Burnable, AccessControl { | |
bytes32 public constant MINTER_ROLE = keccak256("MINTER_ROLE"); | |
constructor() ERC20("Exorde Network Token", "EXD") { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import os | |
import re | |
import hashlib | |
import random | |
import datetime | |
from datetime import datetime as datett | |
from datetime import timedelta, date, timezone | |
from time import sleep | |
import pytz | |
import pandas as pd |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"0x1529154ED52BB65D5d227F2555AcEDF1d6A086be": 150073513, | |
"0x9EF59C331109fAFBbb9C400504f65E3E0DA424FE": 149933176, | |
"0x449f576F4772F507D1Bac8fD6a749034D10b9E9f": 108137210, | |
"0xc40724873674234306acdB88b4Da1b17312EB28E": 13224773, | |
"0x50d868245a4f489Cc82934176d8a2c20a0c57c50": 10193102, | |
"0x60e0f0f100B22e1783B4B4DB68a1115aEaCD0f3C": 9830234, | |
"0xFB08B72C6e8D38c495f519c20Ad2192d1D48D844": 9181813, | |
"0xF57b14CC4eF122420897942A90690501Df83FC4d": 8755621, | |
"0x28b8A9aC47E3E43e3A0872028476ef898055871C": 7965961, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ERROR:root:An error occured during batch processing | |
Traceback (most recent call last): | |
File "/usr/local/lib/python3.10/site-packages/transformers/utils/hub.py", line 417, in cached_file | |
resolved_file = hf_hub_download( | |
File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_validators.py", line 120, in _inner_fn | |
return fn(*args, **kwargs) | |
File "/usr/local/lib/python3.10/site-packages/huggingface_hub/file_download.py", line 1291, in hf_hub_download | |
raise LocalEntryNotFoundError( | |
huggingface_hub.utils._errors.LocalEntryNotFoundError: Connection error, and we cannot find the requested files in the disk cache. Please try again or make sure your Internet connection is on. | |
During handling of the above exception, another exception occurred: |
NewerOlder