Profile Picture

emilmira3 (Crenellation)

Reputation: 0 [rate]

Joined: Oct, 2023

Last online:

Remember, if there's a bug there's a goal

Bio

I am a lua & py enjoyer, I love survival games and anarchy (not an anarchist cuz if anarchy was whole world then you wouldn't expect game servers to be on) + your local scripter

Badges

badge

Etc

Send Message

Threads List
Possible Alts

Activity Feed

Created a new thread : wrd forum is dead


i must say this is pretty dead forum

Replied to thread : Eclipse for Data Science: Loading and Analyzing a Dataset with Python


import pandas as pd

# load the dataset 
dataset = pd.read_csv('data.csv')


# calculates summary statistics
summary_stats = dataset.describe()

# removing rows with missing values (data cleaning)
cleaned_dataset = dataset.dropna()

# display the results
print(summary_stats)
print(cleaned_dataset)

Commented to thread : get money script


most likely you wont find any as games do not have "GiveCash" remote that grants you money, only way is via making an Autofarm (automatically gain the thing from the game)