Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

having error with pandas #2

Open
mahmudulnothing opened this issue Nov 5, 2023 · 1 comment
Open

having error with pandas #2

mahmudulnothing opened this issue Nov 5, 2023 · 1 comment

Comments

@mahmudulnothing
Copy link

Traceback (most recent call last):
File "C:\Users\Administrator\Desktop\phonebrute-master\phonebrute.py", line 41, in
valid_numbers = lightning_search.generate_new_table()
File "C:\Users\Administrator\Desktop\phonebrute-master\lightning_searcher.py", line 185, in generate_new_table
new_table = new_table.append(temp_df, ignore_index=True)
File "C:\Program Files\Python39\lib\site-packages\pandas\core\generic.py", line 6204, in getattr
return object.getattribute(self, name)
AttributeError: 'DataFrame' object has no attribute 'append'

@ef1500
Copy link
Owner

ef1500 commented Nov 7, 2023

Can you please tell me what command you used so I can attempt to replicate this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants