15,796,299 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Javascript questions
View Python questions
View PHP questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by Apoorva 2022 (Top 28 by date)
Apoorva 2022
20-Sep-23 10:54am
View
Thank You. I contacted their support team & my issue has been resolved. Will post the solution.
Apoorva 2022
30-Aug-23 11:31am
View
Python 3.9.15
Apoorva 2022
30-Aug-23 11:31am
View
snowflake-connector-python 3.1.1; Pip list does show it.
Apoorva 2022
30-Aug-23 11:30am
View
Deleted
snowflake-connector-python 3.1.1; Pip list does show it.
Apoorva 2022
1-May-23 8:14am
View
Ok. Got it. Thanks.
Apoorva 2022
1-May-23 5:30am
View
Yes, that's clear. ',' as a separator is not supported by Pandas. I replaced comma with other separators & it worked. But what about '12-2018-18'? That's in a valid date format which works for other values, but not the above combination. I want to know why '12-2018-18' is invalid.
Apoorva 2022
1-May-23 4:51am
View
12-2012-18 doesn't work, but "08-12-2016", a similar format is supported & it converts as expected.
And Pandas supports '-' separator. Isn't it a popular & known date format?
Apoorva 2022
26-Apr-23 7:03am
View
Ok. The start date is taken differently by different systems, but I don't understand why it is returning null for me instead of a date. Did you make any changes in my code when executing?
Apoorva 2022
3-Apr-23 10:35am
View
Yes, the issue seems to be with the API code. Not able to figure that out. I think the issue is with the looping within API, because the code works for the modules whose each input contains multiple values, example- "operand": [{"fillWithDesiredValue": [["sod",999], ["rbc","great"]]}]. In case of single input for an operation like the one in question, "operand":[ {"uniqueValueFreq":[["flee"],["race"]]}, where each input requires only a single value, the error in the question arises.
Apoorva 2022
3-Apr-23 9:47am
View
Operation= "uniqueValueFreq" (a name given to the function under consideration that triggers the output. There are many different modules in my code & they have been assigned different names which are contained in a string)
unique_value_freq_input= "flee", "race" (columns from the dataframe)
result12= Output: [(('flee',), {('Not fleeing',): 3073, ('Car',): 820, ('Foot',): 642, ('Other',): 360}), (('race',), {('White',): 2476, ('Black',): 1298, ('Hispanic',): 902, ('Asian',): 93, ('Native',): 78, ('Other',): 48})]
The output of the code lists the unique values under the columns "flee" & "race" & the frequency of their occurence in the dataframe.
Apoorva 2022
3-Apr-23 9:13am
View
Error: TypeError: unhashable type: 'list' is in this line--->
result[operation] = [(tuple(unique_value_freq_input), result12)].
print(result[operation])
Output: [(('flee',), {('Not fleeing',): 3073, ('Car',): 820, ('Foot',): 642, ('Other',): 360}), (('race',), {('White',): 2476, ('Black',): 1298, ('Hispanic',): 902, ('Asian',): 93, ('Native',): 78, ('Other',): 48})]
I mentioned these in the question as well, but it was a bit scattered. So compiled them here. Hope I've provided all the necessary details.
Apoorva 2022
11-Mar-23 14:23pm
View
I did debugging & the code works when I print the result. I'm trying to return the result as a dictionary using Fast API & that is when I get the specified error.
Apoorva 2022
20-Feb-23 12:23pm
View
I solved it the same way. Thanks:).
Apoorva 2022
20-Feb-23 11:17am
View
Thanks. Got it.
Apoorva 2022
30-Dec-22 21:49pm
View
It's a part of my training assignment. It's not going to be used anywhere or sold to anyone. My task is to remove any one of the buttons in the page. I chose the logo as it is the most useless of all (to me). Others buttons are related to downloading the plots, zooming, etc which are the important features I must demonstrate. In fact, my instructor told me the same, that removing the logo could be illegal.
Apoorva 2022
30-Dec-22 8:06am
View
I mean I want to know what portion of the HTML code that refers to the logo needs to be selected. What I copied is too big I don't think I captured it right.
Apoorva 2022
14-Nov-22 6:56am
View
The same issue persists with JPG as well.
Apoorva 2022
19-Sep-22 6:10am
View
Thanks for the resources.
Apoorva 2022
19-Sep-22 6:08am
View
Thank you. It works.
Apoorva 2022
18-Sep-22 8:59am
View
Deleted
This expression works only when the first word ("years" in this case) is encountered. Why isn't "|" doing its job here?
I tried this--->
exp_p='[^\d]*(\d*\+? years)'|'[^\d]*(\d*\+? Years)'| '[^\d]*(\d*\+? year)'| '[^\d]*(\d*\+? Year)'
.It doesn't work either.
Apoorva 2022
13-Sep-22 16:48pm
View
I converted the content from a PDF file to text using 'Tika Parser' & my data/text turned out like this.
Apoorva 2022
13-Sep-22 16:46pm
View
My text is like this-->
Kty yu john Gmail: john@gmail.com Mobile: + 3418124475647 Profile: I have 3 year of experience in Front-End development and web applications using technologies such as Html, CSS, JavaScript and Bootstrap React JS, Redux. Summary: • Experience in design and configuration for implementation, development, maintenance, and support as a React.JS Developer to meet business needs. • Good working knowledge on React Hooks, Redux, JavaScript, CSS, HTML. • Developing new user-facing features using React.js • Building reusable components and front-end libraries for future use. • Strong proficiency in JavaScript, including DOM manipulation. • Thorough understanding of React.js and its core principles • Familiarity with newer specifications of ECMAScript • A proactive learner for adopting emerging trends and addressing industry requirements to achieve the organizational objectives. • Good communication, presentation, and interpersonal skills • Strong work ethics and commitment to work to achieve Client’s objectives. Experience: Working as a Front-End Developer in yada Software Solutions Pvt Ltd January 2019 to Present. Project Experience: Project: Title : MediHost Environment : HTML, CSS3, JavaScript, Bootstrap, React JS, Redux Team Size 6 Role : React.JS Developer Description: This is a MediHost application It is purely based on Helath care it is a Service based online Application which provides delivering banking and Health Products and also Medical Equipments at doorsteps it is one environment and having strong user management System. This application Empowers the user Hierarchical Relationship. Roles & Responsibilities: Responsible for understanding user requirements, designing and developing applications. Involved in development of web applications using JavaScript, HTML, CSS3, Bootstrap and React JS, Redux. Developed front end of the dashboard applications like Sidebar, Navbar, Cards Sign Up, Log In Forms Upload images and files. Maintain the State Mangement by Redux Libraries. Technical Skills: • Web Technologies : Html5, CSS3, Bootstrap, React-bootstrap • Scripting language : JavaScript • Libraries : React Js, Redux, • Tools : Visual Studio Code Project: Title : SmartEdu Environment : HTML, CSS3, JavaScript, Bootstrap, React JS Team Size : 5 Role : UI Developer Description: One Stop for All School Activities. It is a React.js application where we build with several modules. Each one of them has many modules such as activity module, student module, payment/purchase module, dashboard with reports module, user management module. They offer educational ideas beyond academics, content, voice modulation. Roles & Responsibilities: • Involved in development of web applications using JavaScript, HTML, CSS3, React JS and Media- queries. • Developed front end of the admin- dashboard applications like Side Navigation, Contact-Form, Dropdowns. • Developed a static website with fully responsive. Education: • B. Tech Professional from yu Institute of Technology. Declaration: I hereby declare that all the details furnished above are true to the best of my knowledge and belief.
Apoorva 2022
13-Sep-22 16:43pm
View
I converted the content from a PDF file to text using 'Tika Parser' & my data/text turned out like this.
Apoorva 2022
13-Sep-22 16:41pm
View
My text is like this-->
Kty yu john Gmail: john@gmail.com
Mobile: + 3418124475647
Profile:
I have 3 year of experience in Front-End development and web applications using technologies
such as Html, CSS, JavaScript and Bootstrap React JS, Redux.
Summary:
• Experience in design and configuration for implementation, development, maintenance,
and support as a React.JS Developer to meet business needs.
• Good working knowledge on React Hooks, Redux, JavaScript, CSS, HTML.
• Developing new user-facing features using React.js
• Building reusable components and front-end libraries for future use.
• Strong proficiency in JavaScript, including DOM manipulation.
• Thorough understanding of React.js and its core principles
• Familiarity with newer specifications of ECMAScript
• A proactive learner for adopting emerging trends and addressing industry requirements to
achieve the organizational objectives.
• Good communication, presentation, and interpersonal skills
• Strong work ethics and commitment to work to achieve Client’s objectives.
Experience:
Working as a Front-End Developer in yada Software Solutions Pvt Ltd
January 2019 to Present.
Project Experience:
Project:
Title : MediHost
Environment : HTML, CSS3, JavaScript, Bootstrap, React JS, Redux
Team Size 6
Role : React.JS Developer
Description:
This is a MediHost application It is purely based on Helath care it is a Service based online
Application which provides delivering banking and Health Products and also Medical
Equipments at doorsteps it is one environment and having strong user management System. This
application Empowers the user Hierarchical Relationship.
Roles & Responsibilities:
Responsible for understanding user requirements, designing and developing applications.
Involved in development of web applications using JavaScript, HTML, CSS3, Bootstrap and
React JS, Redux.
Developed front end of the dashboard applications like Sidebar, Navbar, Cards Sign Up, Log In
Forms Upload images and files.
Maintain the State Mangement by Redux Libraries.
Technical Skills:
• Web Technologies : Html5, CSS3, Bootstrap, React-bootstrap
• Scripting language : JavaScript
• Libraries : React Js, Redux,
• Tools : Visual Studio Code
Project:
Title : SmartEdu
Environment : HTML, CSS3, JavaScript, Bootstrap, React JS
Team Size : 5
Role : UI Developer
Description:
One Stop for All School Activities. It is a React.js application where we build with several modules.
Each one of them has many modules such as activity module, student module, payment/purchase
module, dashboard with reports module, user management module. They offer educational ideas
beyond academics, content, voice modulation.
Roles & Responsibilities:
• Involved in development of web applications using JavaScript, HTML, CSS3, React JS and Media-
queries.
• Developed front end of the admin- dashboard applications like Side Navigation, Contact-Form,
Dropdowns.
• Developed a static website with fully responsive.
Education:
Declaration:
I hereby declare that all the details furnished above are true to the best of my knowledge and
belief.
Apoorva 2022
13-Sep-22 16:29pm
View
Yes, I'm aware of those two issues, but even the words 'HTML' & 'CSS' aren't getting printed.
This line is from the text-->
• Good working knowledge on React Hooks, Redux, JavaScript, CSS, HTML.
Apoorva 2022
13-Sep-22 1:59am
View
Hi. I understand the email validation isn't very accurate. Since this is a basic project I'm working on, I'll include more patterns once I get a good grip on the coding part.
Apoorva 2022
10-Sep-22 13:57pm
View
Thanks. The documentation is very helpful.
Apoorva 2022
17-Aug-22 6:39am
View
I've mentioned the output I received.
For instance - x = "2019-8-30" gives
False
False
False
False
False
True
Show More