
Fechado
Publicado
Pago na entrega
I have a raw set of customer records that must move from messy spreadsheets to a structured, analysis-ready format. The job starts in Excel—think Power Query, advanced formulas, or VBA for quick wins—then shifts to Python (Pandas, NumPy, openpyxl) so the process can run automatically whenever fresh data arrives. Here’s what I need from you: first, clean and normalise the fields (remove duplicates, unify date and address formats, fill or flag missing values). Next, reshape the information into tidy tables that feed our reporting model. Finally, package everything into a repeatable Python script that reads the latest file, runs the full transformation pipeline, and exports polished XLSX/CSV outputs along with a simple log of what changed. Deliverables • One fully documented Excel workbook showing the steps applied • A well-commented .py script that performs the same preparation end-to-end • Output files generated by the script to prove it works on my sample data I will supply the current spreadsheet and a small subset for testing. Just keep your code readable, modular, and easy for me to tweak later, and we’ll be in great shape.
ID do Projeto: 40303297
22 propostas
Projeto remoto
Ativo há 1 mês
Defina seu orçamento e seu prazo
Seja pago pelo seu trabalho
Descreva sua proposta
É grátis para se inscrever e fazer ofertas em trabalhos
22 freelancers estão ofertando em média ₹22.675 INR for esse trabalho

As an experienced Data Scientist and Machine Learning Expert, I have worked in various domains to deliver exceptional results and unlock the true potential of data. Having served 180+ satisfied clients, building seamlessly integrated systems for advanced analytics, AI applications, and more; I strongly believe my skill set is perfectly tailored for your project needs. With robust experience in Excel and Python(especially the libraries such as Pandas, NumPy, openpyxl), I excel in crafting data pipelines that ensure a structured, analysis-ready format akin to what you desire. Having proficiency in Excel ensures I'm well-versed with Power Query & VBA which can expedite my work in cleaning and normalizing fields like unifying date/address formats, removing duplicates and flagging missing values on your messy spreadsheets to match your "reporting model". Moreover, being a big proponent of automation, a major part of driving real value from data; Your requirement aligns perfectly with my approach wherein I'll develop a well-documented ".py script" which will ensure a repeatable process across latest files without compromising quality.
₹25.000 INR em 7 dias
7,7
7,7

As an experienced Python developer with a comprehensive knowledge of data transformation and management, I am confident that I can seamlessly handle your project. I have over 16 years of experience on Freelancer, having completed numerous data handling projects successfully, and earned over 500K Euros. This showcases my ability to deliver topnotch services consistently, a quality invaluable on a project as crucial as this. I am highly versed with Python libraries like (Pandas, NumPy, openpyxl) that you specifically ask for. My skills enable me to process large datasets quickly and efficiently while maintaining the highest level of accuracy and reliability. Beyond just delivering files in the desired format, I am intent on providing a well-commented .py script that performs end-to-end transformation, ensuring you can easily tweak it if required in the future. Furthermore, my availability is round the clock making it easy for me to adjust to your timezone and urgency requirements. With PVSYS GROUP as well, you won’t have to worry about outsourcing or cross-communication mishaps, as I'll be personally working with you throughout the project. Trust me with your project - my 33 years of industry experience guarantees precision, timeliness and client-centric approach that will help us achieve unparalleled excel-lence in transforming your customer data!
₹36.999 INR em 99 dias
5,1
5,1

Hello, This sounds like a good use case for combining Excel’s quick transformation tools with a repeatable Python pipeline. Recently I worked on a project where the client had large, messy Excel datasets that needed to be cleaned and converted into a structured format for reporting. We first organized the logic in Excel using Power Query and formulas, then moved the same workflow into a Python script so the process could run automatically whenever new files arrived. For your dataset, the approach would be: • Clean and normalize fields (remove duplicates, standardize dates/addresses, handle missing values) • Restructure the data into tidy tables suitable for reporting • Build a Python script using Pandas, NumPy, and openpyxl that reads the latest spreadsheet, applies the full transformation pipeline, and exports clean XLSX/CSV outputs • Generate a simple log showing what was changed during processing The final deliverables will include a documented Excel workbook, a clear and modular Python script, and sample output files to confirm everything works with your data. Happy to review the sample spreadsheet and discuss the workflow. Best regards Jenifer
₹25.000 INR em 15 dias
6,0
6,0

Your current manual workflow will collapse the moment you scale beyond a few hundred records or add a second data source. Excel formulas break when columns shift, VBA macros fail silently on unexpected formats, and you'll spend hours debugging why last month's script suddenly produces blank rows. Before I map out the automation pipeline, I need clarity on two things: What's the maximum file size you're processing today, and what happens when duplicate customer IDs appear with conflicting addresses - do you keep the most recent record, flag both for manual review, or merge based on a priority rule? Second, are your date formats consistent (ISO vs US vs European), or am I building logic to detect and standardize mixed formats across columns? Here's the transformation architecture: - PANDAS + OPENPYXL: Build a validation layer that catches malformed dates, phone numbers, and postal codes before they corrupt your dataset, then log every rejected row with the exact reason so you're not guessing what broke. - POWER QUERY + PYTHON HANDOFF: Use Excel's native deduplication and text-to-columns for the initial cleanup, then export to CSV so Python handles the heavy lifting - this hybrid approach lets you visually verify the first pass while keeping the automation scriptable. - NUMPY VECTORIZATION: Replace slow row-by-row loops with vectorized operations that process 50K records in under 2 seconds instead of 5 minutes, critical when you're running this daily. - MODULAR FUNCTIONS: Separate the cleaning, reshaping, and export steps into standalone functions with clear input/output contracts so you can swap the address normalization logic without rewriting the entire script. I've built 8 similar ETL pipelines for clients moving from Excel chaos to automated workflows, including one that reduced a 4-hour manual process to a 90-second scheduled job. Let's jump on a quick call to walk through your sample data and confirm the edge cases before I write code that assumes clean inputs.
₹22.500 INR em 7 dias
5,3
5,3

Hi, As per my understanding: You have raw customer data stored in messy spreadsheets and need it cleaned, standardized, and transformed into a structured format suitable for analysis. The workflow should begin in Excel using tools like Power Query, formulas, or VBA for initial cleaning, then move to Python to automate the entire process. The final solution must remove duplicates, standardize dates and addresses, handle missing values, reshape the dataset into tidy tables for reporting, and generate clean XLSX/CSV outputs along with a log of the transformations performed. Implementation approach: I would first analyse the spreadsheet structure and design a clear data-cleaning workflow in Excel using Power Query and formulas to normalize fields and identify inconsistencies. Once the logic is validated, I will implement the same pipeline in Python using Pandas and openpyxl. The script will automatically load the latest file, perform cleaning, deduplication, normalization, and restructuring into analysis-ready tables. The output will include formatted Excel/CSV files and a simple log summarizing processed records and detected issues. The code will be modular, well-commented, and easy to adjust for future datasets. A few quick questions: • Approximately how large is the dataset (rows and columns)? • Are address formats coming from multiple countries or a single region? • Should the script process files automatically from a specific folder?
₹12.500 INR em 7 dias
4,8
4,8

Hello, I will use a popular data transformation tool in Excel to map out the initial cleaning steps for your customer records. I will then develop a modular Python script using standard data libraries to automate the removal of duplicates and the normalization of date and address formats. The script will be designed to handle missing values and reshape the data into a structured format ready for your reporting model. Finally, I will ensure the process generates detailed logs and polished outputs every time it runs. 1) How many different spreadsheet formats or templates are involved in the raw data? 2) Are there specific address or date standards you want me to enforce? 3) What is the average number of rows in your typical data dump? Thanks, Bharat
₹25.000 INR em 7 dias
4,8
4,8

Hello, I can help convert your raw customer spreadsheets into a clean, structured, and repeatable transformation workflow using both Excel and Python. My approach would be to first clean and normalize the sample data in Excel so the transformation steps are visible and easy to review, then reproduce the same logic in a modular Python script using Pandas/NumPy/openpyxl so future files can be processed automatically with minimal manual effort. The final output would include tidy reporting-ready tables, polished XLSX/CSV exports, and a simple log showing duplicates removed, missing values flagged or filled, and other transformation changes. Why I’m a strong fit: Strong Excel and Python data-processing workflow experience Comfortable using Power Query, formulas, and Python together where each adds value Focused on readable, well-commented, maintainable scripts Careful with data quality, structure, and reporting-ready outputs A couple of points I’d confirm early: Should missing values always be flagged, or are there specific fields where you want default-fill rules applied? For addresses, do you want only formatting standardization, or also field-splitting into components such as city/state/postcode where possible?
₹20.000 INR em 7 dias
4,3
4,3

⭐ Hello there, My availability is immediate. I read your project post on Python Developer for Excel Python Customer Data Transformation. We are experienced full-stack Python developers with skill sets in - Python, Django, Flask, FastAPI, Jupyter Notebook, Selenium, Data Visualization, ETL - React, JavaScript, jQuery, TypeScript, NextJS, React Native - NodeJS, ExpressJS - Web App Development, Data Science, Web/API Scrapping - API Development, Authentication, Authorization - SQLAlchemy, PostegresDB, MySQL, SQLite, SQLServer, Datasets - Web hosting, Docker, Azure, AWS, GPC, Digital Ocean, GoDaddy, Web Hosting - Python Libraries: NumPy, pandas, scikit-learn, tensorflow, etc. Please send a message So we can quickly discuss your project and proceed further. I am looking forward to hearing from you. Thanks
₹36.200 INR em 10 dias
4,2
4,2

I see you need a clear and automated way to transform messy customer data from Excel into a structured format, starting with Excel techniques and then moving to a Python script. Your goal to have both a documented Excel workbook and a repeatable Python pipeline fits perfectly with the workflow you described. You want to clean and normalize fields by removing duplicates, unifying formats, and handling missing values, then reshape the data into tidy tables for reporting. Finally, you need a Python script that automates this entire process, producing polished XLSX/CSV outputs and a simple change log. Your emphasis on readable, modular code for easy tweaks later is also clear. I recently completed a project where I built a data cleaning pipeline using advanced Excel formulas and VBA to preprocess raw data, then translated that logic into a Python script using Pandas and openpyxl. The script automated reading new files, transforming data consistently, and exporting reports with logs. This experience directly matches your requirements for documentation, automation, and modularity. I can deliver the Excel workbook and Python script with your sample data tested within 7 days. Let’s discuss the details so I can ensure the solution fits your workflow perfectly.
₹13.750 INR em 7 dias
2,8
2,8

Expert in Python .@SahyadriTech #SahyadriTech Completed Projects: 1. Hotel Booking Management & Tracking System (Excel + VBA Script) 2. Appsheet: ERP system for textile business 3. MNGL Gas Incident Tracker & Dashboard (Google Sheets + Google Data Studio) 4. Daily Expenses Tracker (Google Sheets) 5. Option Scalping Strategy Automation (Excel VBA) 6. Nifty50 Live Option Chain Dashboard (Google Sheets) 7. Binary Trading Sheet (Google Sheets) 8. Customer Data Cleaning & Sorting Tool (Excel VBA & Python) 9. Historical Stock Closing Price Analysis for 2,600 Stocks (Excel & Python) 10. Power Bi dashboard for F1 Car racing insights 11. GOLD Loan tracking in Google sheet and Google Data studio 12. Local Taxi Tracking System (Google Sheets + Google Data Studio) 13. Appsheet Milk Drivers wages and attendance system (Appsheet + Google sheet ) Key Highlights: 1. Pay only if satisfied with the work 2. Expert in Power BI, Excel, VBA Macros, Google Sheets, Google Apps Script, and Python 3. Experience in 3 American MNCs 4. Skilled in Data Analytics, Automation, and Visualization 5. Proficient in Statistical Analysis 6. Offer Long-Term Support for all projects 7. Quick Delivery with multiple revisions I can deliver any project related to Data Analytics, Automation, and Reporting with precision and reliability.
₹25.000 INR em 7 dias
3,0
3,0

Hello, I can help transform your Messy Customer Spreadsheets into a clean, structured, and automation-ready datasets using Excel and Python. Approach: • Clean and normalize data in Excel using Power Query, formulas, or VBA for quick validation • Remove duplicates, standardize Dates, Addresses, and Field Formats, and handle missing values • Reshape the dataset into Tidy tables suitable for reporting and analysis • Build a Python automation script (Pandas, NumPy, openpyxl) that processes new files automatically • Generate clean XLSX/CSV outputs with a log file summarizing the changes The final solution will allow you to drop in new data files and run a single script to process everything automatically, ensuring consistency for future datasets. Deliverables: • Documented Excel workbook showing the cleaning steps • Well-structured Python script for the full transformation pipeline • Sample output files generated from your test dataset Best regards. Shubham Sharma
₹25.000 INR em 7 dias
2,4
2,4

I can clean and restructure your data exactly as required and also build a fully automated pipeline so future files can be processed with a single run. I work regularly with messy business spreadsheets and understand how important consistency, traceability, and repeatability are for reporting. I will start in Excel using Power Query and advanced formulas (or VBA where useful) to demonstrate the transformation steps clearly — removing duplicates, standardizing dates/addresses, handling missing values, and reshaping the data into tidy tables. Then I’ll reproduce the same logic in Python using Pandas/NumPy/openpyxl so the process becomes fully automated and reusable. The Python script will read new input files, apply all cleaning and normalization rules, generate analysis-ready outputs (XLSX/CSV), and produce a simple log showing row counts, duplicates removed, and flagged issues. Code will be modular, readable, and easy for you to modify later. You will receive: a documented Excel workbook showing the manual steps, a clean end-to-end Python script, and verified output files generated from your sample data. I’ve handled similar data preparation tasks for reporting and analytics workflows and can deliver quickly with high accuracy. Happy to start as soon as you share the sample file.
₹15.000 INR em 2 dias
1,9
1,9

Excel cleanup first, then a Python pipeline that runs automatically every time fresh data arrives — exactly the right approach for recurring transformations. I'll clean and normalize in Power Query first, then build a modular pandas script replicating the full pipeline: deduplication, date and address standardization, missing value handling, reshape to tidy tables, XLSX/CSV export with a change log. Documented workbook and commented script both delivered so you can maintain either one independently. Share the sample data and I'll send back a working script on your actual files within 24 hours — free. You'll see it run before committing to anything.
₹23.000 INR em 3 dias
1,6
1,6

As a highly skilled Full-Stack Developer, I possess extensive experience that makes me tailor-made for your project. While my profile emphasizes my ability to build web/mobile apps and employ AI/ML technologies, my background with Python and other relevant platforms aligns exactly with what you need. Specifically, I have deep knowledge in utilising Pandas, NumPy, and openpyxl for automating data transformation processes – precisely the kind of work your project entails. Moreover, the core skills that define me as a professional — clear communication, disciplined adherence to timelines, writing clean and documented code — all contribute to creating a product that's adaptable to future changes. I also place great importance on making intelligent decisions that can save time and money in the long run. Considering your emphasis on readable, modular code that's easy to tweak; you can rest assured that I'll deliver exactly that. Lastly, while my past projects may not directly correspond to data '+ transformation', they attest to my deep understanding of the intricacies of backend development and efficiently deploying complex data solutions. Hence, not only can I handle the Excel aspects but also create a well-commented Python script for the entire data pipeline to ensure efficiency and ease of use. Let's turn your messy customer dataset into tidy tables together!
₹35.000 INR em 7 dias
1,3
1,3

Hello - I have delivered 100+ complex automation projects in Standard Chartered bank. I am a veteran Cybersecurity professional and Excel VBA, Python and GEN AI developer. I love to support you. I would like to connect with you in chat to discuss the current "shape" of your data and any specific address or date formats you need standardized. Regards, Sastry Anjaneya K [ASK]
₹25.000 INR em 7 dias
1,1
1,1

Hello, I can help with processing and analyzing your customer data using Python and Excel. I have experience working with data cleaning, automation, and generating structured outputs using Python libraries such as pandas. Regards, Bharti
₹25.000 INR em 7 dias
0,0
0,0

As someone who brings an extensive skill set in full-stack web development, mobile app development and database management, I am confident that I can deliver exactly what you need for your customer data transformation project. Having worked across both front-end and back-end technologies, I have honed my skills in automation and taming messy data. My knowledge in Excel and Power Query combined with my proficiency in Python's Pandas, NumPy, and openpyxl make me perfectly equipped for this project. What sets me apart is my dedication to clean, readable code which aligns well with your emphasis on maintainability. Given that your project requires a fluid transition from Excel to Python, I assure you that the solution I deliver will be not only efficient but also easily adjustable as per your future needs. My background in UI/UX design will be particularly useful in tackling the project’s final dimension: packaging everything into a repeatable Python script. Making sure the script is as user-friendly as possible is something I take very seriously. You can expect a highly-documented Excel workbook illustrating all steps taken alongside a well-explained Python script - indicating changes made during transformations - that performs the same procedure end-to-end. To prove its efficacy, the output files generated by the script will be shared for your verification against your existing dataset. Let's get started!
₹25.000 INR em 7 dias
0,0
0,0

Your customer data transformation needs both the Excel proof-of-concept and the automated Python pipeline. I'll start with Power Query and formulas to show the cleaning steps visually, then build a Python script using Pandas and openpyxl that replicates everything automatically. You'll get deduplicated records, standardized formats, and clean output files every time new data comes in. I built something similar with my price aggregation engine that processes messy product data from 800+ sources into clean comparison tables. The same data normalization and automation principles apply here. You can see more of my data processing work at ffulb.com. Ready to start immediately. I'll have your documented Excel workbook and working Python script within a week, tested on your sample data with full transformation logs.
₹13.890 INR em 7 dias
0,0
0,0

Hello, I can help clean and structure your Excel customer dataset and automate the transformation using Python (Pandas). The workflow will include removing duplicates, standardizing dates and addresses, handling missing values, and reshaping the data into tidy tables ready for analysis. I will then build a clean, well-commented Python script that automatically processes new Excel files and exports structured XLSX/CSV outputs. You will receive: • A documented Excel workbook showing the transformation steps • A reusable Python script for automation • Sample output files proving the workflow works correctly I focus on clean, readable code so the process can be easily updated in the future. If needed, I can also run a small sample transformation on your dataset before starting. Best regards.
₹12.500 INR em 3 dias
0,0
0,0

Why I Am the Right Choice for This Project Choosing me means choosing a "Zero-Friction" transition from messy spreadsheets to high-fidelity automation. I don't just "clean data"; I build resilient systems that evolve with your business. 1. The Power of "AI+Precision" While others manually script every rule, I leverage a proprietary, in-house AI-driven ETL tool. This ensures that even the "messiest" customer records—inconsistent addresses, fragmented dates, and hidden duplicates—are normalized with a level of precision that standard scripts often miss. 2. Strategic "Hybrid" Workflow I provide a solution that works for you today and scales for you tomorrow: The Excel Win: Immediate, transparent cleanup using Power Query and advanced formulas for instant auditing. The Python Powerhouse: A modular, well-documented .py pipeline (Pandas/NumPy) that turns a manual chore into a one-click automated asset. 3. "Analysis-Ready" Philosophy My goal isn't just to move data; it’s to prepare it for insight. I deliver "Tidy Data" structures that plug directly into your reporting models without further tweaking. You get polished XLSX/CSV outputs and a detailed Change Log so you always have 100% visibility into the transformation. 4. Modular & Tweakable I believe in no black boxes. My code is written for humans first and machines second. It is modular, easy to read, and designed so your team can adjust parameters as your data sources grow.
₹20.000 INR em 2 dias
0,0
0,0

Thane, India
Membro desde mar. 7, 2026
₹12500-37500 INR
£250-750 GBP
$15-25 USD / hora
$10-30 AUD
$30-250 USD
$250-750 USD
₹600-1500 INR
$15-25 USD / hora
₹600-1500 INR
$15-25 USD / hora
₹12500-37500 INR
$30-250 USD
₹12500-37500 INR
₹600-1500 INR
$2-8 CAD / hora
₹1500-12500 INR
₹1500-12500 INR
₹1500-12500 INR
$14-20 NZD
₹75000-150000 INR