
Đã đóng
Đã đăng vào
Thanh toán khi bàn giao
I have an Excel workbook that I need processed automatically. Your job is to build (or tidy up) a short Python script—pandas is fine—that will: • read the file I supply • keep only the rows where the value in the “company” column is an exact match to the keyword I pass in • prune every other field and leave me with just the “company” column • write the result straight out to UTF-8 CSV, no additional sorting required That’s the full requirement for this round. Please return the finished .py file plus a quick note on any third-party packages or command-line arguments I should know about so I can run it immediately.
Mã dự án: 40306833
25 đề xuất
Dự án từ xa
Hoạt động 26 ngày trước
Thiết lập ngân sách và thời gian
Nhận thanh toán cho công việc
Phác thảo đề xuất của bạn
Miễn phí đăng ký và cháo giá cho công việc
25 freelancer chào giá trung bình ₹18.380 INR cho công việc này

Hi, I am Python developer with 7 years of experience from Bangalore.I will get this done and have worked with 116+ clients. Let’s connect
₹14.000 INR trong 2 ngày
6,4
6,4

Need to know if the script creation is the whole project it is just a start. As per the amount range, only script may be starting point which I can complete it in 1 day. Please ping to know the complete details.
₹25.000 INR trong 7 ngày
6,0
6,0

Hello sir, Did go through your job description and glad to share that I have enormous experience in working with Excel-to-CSV Filter Script I'm a seasoned programmer and Engineer with quality experience in Flutter, React, Node.JS, SpringBoot, Frontend and Backend Development, Python, Matlab, R studio, C, C++, C#, OpenCV, OpenGL, Tesseract OCR, google vision, Statistical programming/R progamming data analysis Computing for Data Analysis Time Series & Econometric, Machine learning, AI, Deep learning, Matlab and Mathematica, 3D modeling, CAD/CAM,AutoCAD, 2D, Architectural Engineering, SolidWorks, Unity 3D, PCB, Electronics, Arduino, Automation, Embedded and Firmware , IOT, Electrical/Mechanical Engineering I am a TOP Rated Freelancer, and you can check my reviews here as well: https://www.freelancer.com/u/mzdesmag. Looking forward to potentially working together on this project. Thanks and Best regards, Adekunle.
₹12.500 INR trong 2 ngày
5,6
5,6

Hi, Client. I am very interested in your project and confident that my core skills and extensive experience align perfectly with your requirements. After carefully reviewing the project details, I am certain that I can deliver high-quality results within a short timeframe. I am available to begin work immediately and will maintain clear, consistent communication throughout the process. I look forward to the opportunity to collaborate with you. Best regards, Huy
₹13.000 INR trong 1 ngày
4,9
4,9

Hi, As per my understanding: You need a simple Python script (using pandas) that reads your Excel file, filters rows where the “company” column exactly matches a given keyword, keeps only that column, and exports the result to a UTF-8 CSV file. You also want a ready-to-run .py file with brief usage instructions. Implementation approach: I will create a clean, minimal Python script that accepts file path and keyword as inputs (via command-line args for flexibility). Using pandas, it will load the Excel file, apply an exact match filter on the “company” column, drop all other columns, and export the output as a UTF-8 encoded CSV without sorting. The script will include basic error handling (missing column, empty results, invalid file path) and clear comments. I’ll also provide a short note on dependencies (pandas, openpyxl) and how to run it. A few quick questions: – What is the exact column name (case-sensitive)? – Should matching be strictly case-sensitive or not? – Do you want the keyword passed via CLI or hardcoded?
₹12.500 INR trong 7 ngày
5,1
5,1

With over 7 years of experience in software development, particularly Python programming and Data Processing, I bring a wealth of knowledge to the table to complete your Excel-to-CSV Filter Script task with ease. Given my familiarity with pandas and Python, I can efficiently write a script that fulfills all your requirements as well as includes the necessary third-party packages or command-line arguments for immediate execution on your part. Moreover, in line with my commitment to meeting client expectations, I prioritize precision and accuracy to ensure the final output matches your specifications exactly. This commitment extends to even the smallest details – like using 'UTF-8' encoding as you've requested – to give you a streamlined automated process that saves your time and energy. In conclusion, my extensive experience in data processing using Python in addition to my dedication for client satisfaction makes me an excellent fit for this project. I look forward to helping you convert your Excel workbook into a simplified CSV file that contains only the "company" column based on specific keywords. Let's get started on this transformative project together!
₹12.500 INR trong 7 ngày
6,4
6,4

Excel Bulit in VBA script, VB Script or PowerShell, Windows native script, no third parties or debendency library files. CHEERS
₹12.500 INR trong 1 ngày
5,2
5,2

As a seasoned data processing and automation specialist, I'm convinced that I have precisely the expertise you need for this task. My mastery of tools like Python, particularly the pandas library, is exactly aligned with what your project demands. My portfolio speaks to my fluency in handling Excel files and CSV conversion while maintaining data fidelity and format integrity. In previous projects similar to yours, I've skillfully utilized Python to read and filter complex datasets. To confirm an exact company name match, I can harness Regex within the python script which will prevent any ambiguity or false positives in the output. By incorporating this script, you'll be able to easily process future workbooks as per your needs without any hiccups, ensuring a more efficient workflow for you. In short, hiring me ensures not only the swift delivery of a meticulously tailored solution but also my ongoing commitment to excellent client relationships. I look forward to working with you and don't hesitate to reach out with any questions or concerns you may have. Let's kick-start this project together!
₹12.500 INR trong 1 ngày
4,1
4,1

Hi, I can build this as a clean, ready-to-run Python script using pandas. From your requirement, the script will: read the Excel workbook you provide filter rows where the company column exactly matches the keyword passed in keep only the company column export the result directly to UTF-8 CSV with no extra sorting I will keep the script simple, tidy, and easy to run from the command line, and I’ll include a short usage note covering required packages and arguments so you can use it immediately. Why I’m a strong fit: Strong hands-on work in Python and pandas-based data processing Experience building small reliable automation scripts with clear I/O behavior Focus on clean, practical delivery rather than overengineering A couple of quick scope checks: Should the match remain fully case-sensitive, or should it treat ABC and abc differently only if they are exact? Is the column name always exactly company, or should I make the script optionally accept a custom column name too? I can deliver this as a straightforward .py file ready for immediate use. Deepanshu
₹15.000 INR trong 7 ngày
4,3
4,3

Hope you are doing well! The requirement is clear: read an Excel workbook, filter rows where the “company” column exactly matches a provided keyword, keep only that column, and export the result as a UTF-8 CSV through a concise Python script using pandas. Similar automation scripts have been developed for large financial datasets and product inventories where strict column filtering and precise value matching were required. During those projects, issues such as inconsistent column naming, hidden whitespace, and Excel encoding conflicts were encountered, and resolved by implementing column validation, safe string matching, and explicit UTF-8 output handling to guarantee clean CSV exports. Experience also includes building command-line ready Python utilities with argparse so the file path, keyword, and output name can be passed easily without modifying the script. This approach ensures the script runs immediately with minimal setup and dependable results even on large workbooks. Clear documentation and dependency notes will also be included so execution is straightforward. Know exactly what to build for this requirement and can complete it to full satisfaction within your timeline. Ready to begin immediately and waiting here. Thank you.
₹25.000 INR trong 7 ngày
3,3
3,3

Hello, I see you need a Python script to automate filtering an Excel workbook by an exact match in the “company” column and output the result as a UTF-8 CSV with only that column retained. I understand you want a simple, tidy solution that’s easy to run immediately. Your project requires reading an Excel file, filtering rows by the “company” column based on a keyword you provide, pruning all other columns, and exporting the filtered data to CSV without sorting. You also want the finished .py file and clear instructions on dependencies and usage. I have built similar Python scripts using pandas that automate Excel data filtering and exporting for clients, delivering clean, well-documented code with command-line argument support. This experience means I can quickly create your script with exact matching, column pruning, and UTF-8 CSV export exactly as needed. I can complete this script and provide usage notes within two days. Let me know if you want to discuss any additional details before I start.
₹13.750 INR trong 7 ngày
2,8
2,8

Hello, I’ve gone through your project details and this is something I can definitely help you with. I have 10+ years of experience in mobile and web app development, and I also have a strong background in using Python, especially with Pandas for data manipulation. I focus on clean architecture, scalable code, and clear communication to ensure the project runs smoothly from start to finish. For your requirement, I'll create a Python script that reads the Excel file, filters the rows based on the exact match for the "company" column, and outputs the result as a UTF-8 CSV. I will also provide a quick guide on any required packages and how to run the script. Here is my portfolio: https://www.freelancer.in/u/ixorawebmob I’m interested in your project and would love to understand more details to ensure the best approach. Could you clarify: 1. What is the keyword you want to filter by? What is the keyword you want to filter by? Let’s discuss over chat! Regards, Arpit Jaiswal
₹27.750 INR trong 1 ngày
4,9
4,9

Hey, This looks like a straightforward task — I can quickly build a clean Python (pandas) script to filter your Excel file and generate the required CSV output. I’ll make sure the script is simple, reusable, and easy to run from your side with clear instructions. Quick questions: – can you share a sample file structure? – will the keyword match be exact and case-sensitive? I can deliver this within 1–2 days. Let’s get this done quickly.
₹18.000 INR trong 2 ngày
0,0
0,0

Hi, I can build a simple Python script to filter your Excel file and export the result as a UTF-8 CSV. I have good experience working with python, pandas for data cleaning and export data in various format. I don’t want to make my proposal too long let’s connect and discuss. I’m ready to start. Thanks.
₹18.000 INR trong 2 ngày
0,0
0,0

Hello, nice to meet you. My name is Matías and I’m writing from Córdoba, Argentina. I’m interested in your project because I’m a freelance data scientist with experience in Python, data processing, and building simple, reliable automation scripts using pandas. I can help you develop a clean and efficient Python script that reads your Excel file, filters rows based on an exact match in the “company” column, keeps only that column, and exports the result to a UTF-8 encoded CSV file. I will ensure the script is easy to run, well-structured, and includes clear instructions regarding any dependencies and command-line usage. I would be happy to schedule a meeting through the platform to review your file structure and confirm the exact input/output requirements so the script works seamlessly in your environment. Best regards, Matías.
₹25.000 INR trong 7 ngày
0,0
0,0

I have done a similar project a week ago. I am sure you will give me more projects after this. I am interested to do this project too and ready to complete this within the timeline. Kindly check my profile to see all rating and reviews given by clients. Hoping to hear from you soon. Payment after completion.
₹12.500 INR trong 7 ngày
0,0
0,0

Mecheri, India
Thành viên từ thg 3 17, 2026
₹600-1500 INR
₹1500-12500 INR
€30-250 EUR
$30-250 USD
€12-18 EUR/ giờ
$1500-3000 USD
₹12500-37500 INR
₹750-1250 INR/ giờ
£250-750 GBP
₹750-1250 INR/ giờ
$15-25 USD/ giờ
$10-30 USD
$15-25 USD/ giờ
$30-80 USD/ giờ
£10-15 GBP/ giờ
$250-750 USD
$2-8 USD/ giờ
$3000-5000 USD
$10-30 USD
$250-750 USD
$2-8 USD/ giờ