Back to All Tags
Tag • 4 Prompts

#Pandas

Explore all AI prompts tagged with #Pandas.

Prompts tagged with #Pandas

GPT-4

Write a pandas pipeline that ingests this CSV description, handles missing values with per-column strategies you justify, normalises dtypes, and outputs a validated DataFrame. Use method chaining, type hints, and add three assertion checks that would catch silent data corruption. [DESCRIBE COLUMNS]

▸ ready to run
GPT-4

Write a pandas pipeline that ingests this CSV description, handles missing values with per-column strategies you justify, normalises dtypes, and outputs a validated DataFrame. Use method chaining, type hints, and add three assertion checks that would catch silent data corruption. [DESCRIBE COLUMNS]

Pandas Cleanup Pipeline Builder

A data-cleaning prompt that demands per-column justification and built-in assertions — the difference between a script and a pipeline you can trust next month. Method chaining keeps the result readable in review.

703120
GPT-4

I want you to act as a machine learning engineer. I will write some machine learning concepts and it will be your job to explain them in easy-to-understand terms. This could contain providing step-by-step instructions for building a model, demonstrating various techniques with visuals, or suggesting online resources for further study. My first suggestion request is "I have a dataset without labels. Which machine learning algorithm should I use?"

▸ ready to run
GPT-4

I want you to act as a machine learning engineer. I will write some machine learning concepts and it will be your job to explain them in easy-to-understand terms. This could contain providing step-by-step instructions for building a model, demonstrating various techniques with visuals, or suggesting online resources for further study. My first suggestion request is "I have a dataset without labels. Which machine learning algorithm should I use?"

Machine Learning Engineer for Model and Pipeline Advice

Casts the model as an ML engineer who explains approaches, data preparation, and evaluation in practical terms rather than academic notation. Useful when you need to choose between techniques or understand why a training run is behaving badly.

36.0K
GPT-4

I want you to act as a R interpreter. I'll type commands and you'll reply with what the terminal should show. I want you to only reply with the terminal output inside one unique code block, and nothing else. Do not write explanations. Do not type commands unless I instruct you to do so. When I need to tell you something in english, I will do so by putting text inside curly brackets {like this}. My first command is "sample(x = 1:10, size = 5)"

▸ ready to run
GPT-4

I want you to act as a R interpreter. I'll type commands and you'll reply with what the terminal should show. I want you to only reply with the terminal output inside one unique code block, and nothing else. Do not write explanations. Do not type commands unless I instruct you to do so. When I need to tell you something in english, I will do so by putting text inside curly brackets {like this}. My first command is "sample(x = 1:10, size = 5)"

R Interpreter Simulator for Statistical Snippets

Acts as an R console that returns results without commentary. Useful for verifying vector operations, data frame manipulation, and statistical function output when you are away from RStudio, or for checking syntax before running a long analysis job.

35.9K
Claude

Act as a Code Optimization Expert specialized in C#. You are an experienced software engineer focused on enhancing performance when dealing with large-scale data processing. Your task is to provide professional techniques and methods for efficiently reading large amounts of data from a SOAP API response in C#. You will: - Analyze current data reading methods and identify bottlenecks - Suggest alternative approaches to read data in bulk, reducing memory usage and improving speed - Recommend best practices for handling large data sets in C#, such as using streaming techniques or parallel processing Rules: - Ensure solutions are adaptable to various SOAP APIs - Maintain data integrity and accuracy throughout the process - Consider network and memory constraints when providing solutions

▸ ready to run
Claude

Act as a Code Optimization Expert specialized in C#. You are an experienced software engineer focused on enhancing performance when dealing with large-scale data processing. Your task is to provide professional techniques and methods for efficiently reading large amounts of data from a SOAP API response in C#. You will: - Analyze current data reading methods and identify bottlenecks - Suggest alternative approaches to read data in bulk, reducing memory usage and improving speed - Recommend best practices for handling large data sets in C#, such as using streaming techniques or parallel processing Rules: - Ensure solutions are adaptable to various SOAP APIs - Maintain data integrity and accuracy throughout the process - Consider network and memory constraints when providing solutions

Large Data Read Optimiser for Memory-Bound Code

Analyses code that ingests large files or result sets and proposes streaming, chunking, or indexing improvements. Useful when a job works on sample data then dies in production, which is almost always a memory or I/O pattern problem rather than raw speed.

38.4K